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


12.10.25.8 Flonum as first argument

Unsafe Operation: $expt-flonum-fixnum fl fx

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

Unsafe Operation: $expt-flonum-bignum fl bn

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

Unsafe Operation: $expt-flonum-ratnum fl rt

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

Unsafe Operation: $expt-flonum-flonum fl1 fl2

Compute fl1 raised to the power fl2; return an inexact number object.

Unsafe Operation: $expt-flonum-compnum fl cn

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

Unsafe Operation: $expt-flonum-cflonum fl cfl

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