Next: syslib numerics gcd, Previous: syslib numerics square, Up: syslib numerics [Index]
To compute the cube of any number just use cube; to compute the
cube of a flonum use flcube or $flcube.
Compute the cube of a fixnum and return the result as fixnum or bignum.
Compute the cube of a bignum and return the result as bignum.
Compute the cube of a ratnum and return the result as ratnum.
Compute the cube of a compnum and return the result as compnum or cflonum.
Compute the cube of a cflonum and return the result as cflonum.