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


12.10.25.4 Negative fixnum exponent

Unsafe Operation: $expt-number-negative-fixnum num fx

Compute num raised to the power of negative fx; return an unspecified number object. fx must be a negative fixnum.

Unsafe Operation: $expt-fixnum-negative-fixnum fx1 fx2

Compute fx1 raised to the power of negative fx2; return an exact number object. fx2 must be a negative fixnum.

Unsafe Operation: $expt-bignum-negative-fixnum bn fx

Compute bn raised to the power of negative fx; return an exact number object. fx must be a negative fixnum.

Unsafe Operation: $expt-ratnum-negative-fixnum rt fx

Compute rt raised to the power of negative fx; return an exact number object. fx must be a negative fixnum.

Unsafe Operation: $expt-flonum-negative-fixnum fl fx

Compute fl raised to the power of negative fx; return an inexact number object. fx must be a negative fixnum.

Unsafe Operation: $expt-compnum-negative-fixnum cn fx

Compute cn raised to the power of negative fx; return a cflonum. fx must be a negative fixnum.

Unsafe Operation: $expt-cflonum-negative-fixnum cfl fx

Compute cfl raised to the power of negative fx; return a cflonum. fx must be a negative fixnum.