Next: Arithmetic, Previous: Conversion, Up: Numbers
Return a complex number constructed of the given real and imaginary parts.
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
orscm_make_polar
, respectively, but these functions takedouble
s as their arguments.