Next: built-in numerics flonums zero, Up: built-in numerics flonums [Contents][Index]
<flonum>
typeType of flonum values.
<flonum>
: <flonum> type-constructor objValidate obj as object of type <flonum>
. Return obj
itself.
<flonum>
: <boolean> type-predicate objThe type predicate is flonum?
. Return #t
if obj is an
object of type <flonum>
; otherwise return #f
.
<flonum>
: <non-negative-fixnum> hash-function thisThe hash function is flonum-hash
.