Previous: , Up: syslib numerics expt   [Index]


12.10.25.10 Cflonum as first argument

Unsafe Operation: $expt-cflonum-fixnum cfl fx

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

Unsafe Operation: $expt-cflonum-bignum cfl bn

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

Unsafe Operation: $expt-cflonum-ratnum cfl rt

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

Unsafe Operation: $expt-cflonum-flonum cfl fl

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

Unsafe Operation: $expt-cflonum-compnum cfl cn

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

Unsafe Operation: $expt-cflonum-cflonum cfl1 cfl2

Compute cfl1 raised to the power cfl2; return a cflonum.