Previous: built-in numerics flonums non-positive, Up: built-in numerics flonums [Contents][Index]
<non-negative-flonum>
typeType of non–negative flonum values. This type definition is equivalent to:
(define-type <non-negative-flonum> (or <positive-flonum> <zero-flonum>))