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


6.13.4.4 The <zero-real> type

Core Type: <zero-real>

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

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