Next: , Previous: , Up: syslib numerics   [Index]


12.10.43 Magnitude of complex numbers

Unsafe Operation: $magnitude-fixnum fx

Compute the magnitude of fx; return a fixnum.

Unsafe Operation: $magnitude-bignum bn

Compute the magnitude of bn; return a bignum.

Unsafe Operation: $magnitude-ratnum rt

Compute the magnitude of rt; return a ratnum.

Unsafe Operation: $magnitude-flonum fl

Compute the magnitude of fl; return a flonum.

Unsafe Operation: $magnitude-compnum cn

Compute the magnitude of cn; return a number object.

Unsafe Operation: $magnitude-cflonum cfl

Compute the magnitude of cfl; return a flonum.