Next: built-in numerics real-valued, Previous: built-in numerics number, Up: built-in numerics [Contents][Index]
Type of complex numbers.
<complex>
: <complex> type-constructor re imApply make-rectangular
to the arguments and return its return
value.
<complex>
: <boolean> type-predicate objThe type predicate is complex?
. Return #t
if obj is a
<complex>
object, otherwise return #f
.