Next: , Previous: , Up: syslib numerics   [Index]


12.10.24 Conversion to inexact number

Unsafe Operation: $inexact-fixnum fx

Convert the fixnum fx into the corresponding flonum.

Unsafe Operation: $inexact-bignum bn

Convert the bignum bn into the corresponding flonum.

Unsafe Operation: $inexact-flonum fl

This is an identity function: always return fl.

Unsafe Operation: $inexact-ratnum rt

Convert the ratnum rt into the corresponding flonum.

Unsafe Operation: $inexact-compnum cn

Convert the compnum cn into the corresponding cflonum.

Unsafe Operation: $inexact-cflonum cfl

This is an identity function: always return cfl.