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


12.10.29 Exponentials of numbers

Unsafe Operation: $exp-fixnum fx

Compute the base e exponential of fx; return a fixnum or flonum.

Unsafe Operation: $exp-bignum bn

Compute the base e exponential of bn; return a flonum.

Unsafe Operation: $exp-ratnum rt

Compute the base e exponential of rt; return a flonum.

Unsafe Operation: $exp-flonum fl

Compute the base e exponential of fl; return a flonum. This is just an alias for $flexp.

Unsafe Operation: $exp-compnum cn

Compute the base e exponential of cn; return a cflonum.

Unsafe Operation: $exp-cflonum cfl

Compute the base e exponential of cfl; return a cflonum.