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
absfor real arguments, but also allows complex numbers.
Like
scm_make_rectangularorscm_make_polar, respectively, but these functions takedoubles as their arguments.