Next: syslib numerics expt fixnums, Previous: syslib numerics expt posi, Up: syslib numerics expt [Index]
Compute num raised to the power of negative fx; return an unspecified number object. fx must be a negative fixnum.
Compute fx1 raised to the power of negative fx2; return an exact number object. fx2 must be a negative fixnum.
Compute bn raised to the power of negative fx; return an exact number object. fx must be a negative fixnum.
Compute rt raised to the power of negative fx; return an exact number object. fx must be a negative fixnum.
Compute fl raised to the power of negative fx; return an inexact number object. fx must be a negative fixnum.
Compute cn raised to the power of negative fx; return a cflonum. fx must be a negative fixnum.
Compute cfl raised to the power of negative fx; return a cflonum. fx must be a negative fixnum.