Skip to content

Latest commit

 

History

History
113 lines (53 loc) · 2.38 KB

scml_complex.md

File metadata and controls

113 lines (53 loc) · 2.38 KB

Module scml_complex

Scheme complex library

. __Authors:__ CSCM Contributor ([`the-concurrent-schemer@googlegroups.com`](mailto:the-concurrent-schemer@googlegroups.com)).

Function Index

'$scml_exports'/0
'imag-part'/1
'make-polar'/2
'make-rectangular'/2
'real-part'/1
angle/1
magnitude/1

Function Details

'$scml_exports'/0


'$scml_exports'() -> [{scm_symbol(), scmi_nip()}]



'imag-part'/1


'imag-part'(Z::scm_z()) -> scm_x()



'make-polar'/2


'make-polar'(X1::scm_x(), X2::scm_x()) -> scm_z()



'make-rectangular'/2


'make-rectangular'(X1::scm_x(), X2::scm_x()) -> scm_z()



'real-part'/1


'real-part'(Z::scm_z()) -> scm_x()



angle/1


angle(Z::scm_z()) -> scm_x()



magnitude/1


magnitude(Z::scm_z()) -> scm_x()