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


12.10.25.9 Compnum as first argument

Unsafe Operation: $expt-compnum-fixnum cn fx

Compute cn raised to the power of fx; return a cflonum.

Unsafe Operation: $expt-compnum-bignum cn bn

Compute cn raised to the power bn; return a cflonum.

Unsafe Operation: $expt-compnum-ratnum cn rt

Compute cn raised to the power rt; return a cflonum.

Unsafe Operation: $expt-compnum-flonum cn fl

Compute cn raised to the power fl; return a cflonum.

Unsafe Operation: $expt-compnum-compnum cn1 cn2

Compute cn1 raised to the power cn2; return a cflonum.

Unsafe Operation: $expt-compnum-cflonum cn cfl

Compute cn raised to the power cfl; return a cflonum.