mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
586 B
586 B
Complex Library
The (scheme complex)
library exports procedures which are typically only useful with non-real numbers.
For more information see the R7RS Scheme Specification.
#angle
(angle z)
#imag-part
(imag-part x)
#magnitude
(magnitude z)
#make-polar
(make-polar x y)
#make-rectangular
(make-rectangular x y)
#real-part
(real-part x)