
Next: Index
Up: Libraries
Previous: Signed Units and Namespaces
Files: ``zmath.ss'', ``zmathu.ss'', ``zmaths.ss'', ``zmathc.ss''
Signature: mzlib:zmath
Unit: mzlib:zmath@
This library defines the following math procedures:
- conjugate -- conjugate of a complex number
- cosh -- hyperbolic cosine
- make-complex -- synonym for make-rectangular
- sinh -- hyperbolic sine
- zabs -- synonym for magnitude
- zacos -- complex arccosine
- zasin -- complex arcsine
- zatan -- complex arctanget
- zcos -- complex cosine
- zexp -- complex exponential
- zlog -- complex logarithm
- zsin -- complex sine
- zsqrt -- synonym for sqrt
- ztan -- complex tangent
and these constants:
- pi -- 3.14159...
- e -- 2.71828...
PLT