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


6.13.4.3 The <negative-real> type

Core Type: <negative-real>

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

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