Next: Arithmetic Functions, Previous: Converting Numbers To and From Strings, Up: Numerical data types [Contents][Index]
Return a complex number constructed of the given real-part and imaginary-part parts.
Return the complex number mag * e^(i * ang).
Return the real part of the number z.
Return the imaginary part of the number z.
Return the magnitude of the number z. This is the same as
abs for real arguments, but also allows complex numbers.
Like scm_make_rectangular or scm_make_polar,
respectively, but these functions take doubles as their
arguments.
Next: Arithmetic Functions, Previous: Converting Numbers To and From Strings, Up: Numerical data types [Contents][Index]