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


6.13.15.3 The <non-zero-cflonum> type

Core Type: <non-zero-cflonum>
Parent Type: <cflonum>

Type of cflonum values having either the real part or imaginary part different from zero.

Constructor on <non-zero-cflonum>: <non-zero-cflonum> type-constructor obj

Validate obj as object of type <non-zero-cflonum>. Return obj itself.

Type predicate on <non-zero-cflonum>: <boolean> type-predicate obj

The type predicate is non-zero-cflonum?. Return #t if obj is an object of type <non-zero-cflonum>; otherwise return #f.