Next: , Previous: , Up: built-in numerics   [Contents][Index]


6.13.2 Type of complex values

Core Type: <complex>
Parent Type: <number>

Type of complex numbers.

Constructor on <complex>: <complex> type-constructor re im

Apply make-rectangular to the arguments and return its return value.

Type predicate on <complex>: <boolean> type-predicate obj

The type predicate is complex?. Return #t if obj is a <complex> object, otherwise return #f.