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