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