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


6.13.4.5 The <non-zero-real> type

Core Type: <non-zero-real>

Type of non–zero real values. Its definition is equivalent to:

(define-type <non-zero-real>
  (or <non-zero-fixnum> <bignum> <non-zero-flonum>))