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


6.13.12.5 The <non-zero-flonum> type

Core Type: <non-zero-flonum>

Type of non–zero flonum values. The definition is equivalent to:

(define-type <non-zero-flonum>
  (or <positive-flonum> <negative-flonum>))