Next: Index
Up: MzLib Libraries
Previous: Tracing Loads
Files: zmath.ss, zmathu.ss, zmathr.ss, zmaths.ss, zmathc.ss
Signature: mzlib:zmath^
Unit: mzlib:zmath@
This library defines the following math procedures. The procedures
whose names start with ``z'' are now equavalent to MzScheme's built-in
procedures (without the ``z'') on complex numbers.
- conjugate -- conjugate of a complex number
- cosh -- hyperbolic cosine
- make-complex -- synonym for make-rectangular
- sinh -- hyperbolic sine
- zabs -- synonym for magnitude
- zacos -- synonym for acos
- 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