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


6.13.12.1 The <flonum> type

Core Type: <flonum>
Parent Type: <real>

Type of flonum values.

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

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

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

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

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

The hash function is flonum-hash.