cyclone/docs/api/scheme/complex.md
Justin Ethier 1bd3eb2df3 New file
2016-09-30 01:33:08 -04:00

574 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)