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


6.13.15.1 The <cflonum> type

Core Type: <cflonum>
Parent Type: <complex>

Type of cflonum values.

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

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

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

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

Hash function on <cflonum>: <non-negative-fixnum> hash-function this

The hash function is cflonum-hash.