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


12.10.25.6 Bignum as first argument

Unsafe Operation: $expt-bignum-fixnum bn fx

Compute bn raised to the power of fx; return an exact number object.

Unsafe Operation: $expt-bignum-bignum bn1 bn2

Raise an implementation restriction violation.

Unsafe Operation: $expt-bignum-ratnum bn rt

Compute bn raised to the power rt; return an inexact number object.

Unsafe Operation: $expt-bignum-flonum bn fl

Compute bn raised to the power fl; return an inexact number object.

Unsafe Operation: $expt-bignum-compnum bn cn

Compute bn raised to the power cn; return an inexact complex number object.

Unsafe Operation: $expt-bignum-cflonum bn cfl

Compute bn raised to the power cfl; return an inexact complex number object.