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


12.10.25.5 Fixnum as first argument

Unsafe Operation: $expt-fixnum-fixnum fx1 fx2

Compute fx1 raised to the power fx2; return an exact number object.

Unsafe Operation: $expt-fixnum-bignum fx bn

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

Unsafe Operation: $expt-fixnum-ratnum fx rt

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

Unsafe Operation: $expt-fixnum-flonum fx fl

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

Unsafe Operation: $expt-fixnum-compnum fx cn

Compute fx raised to the power cn; return a complex number object.

Unsafe Operation: $expt-fixnum-cflonum fx cfl

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