Next: syslib numerics inv, Up: syslib numerics [Index]
Negate any number object and return the result.
Negate a fixnum; return a fixnum or a bignum, the latter when fx
is (least-fixnum)
.
Negate a bignum; return a bignum or a fixnum, the latter when bn
is equal to (- (least-fixnum))
.
Negate a flonum and return the result as a flonum.
Negate a ratnum and return the result as a ratnum.
Negate a compnum and return the result as a compunm.
Negate a cflonum and return the result as cflonum.