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


6.13.3 Type of real–valued values

Core Type: <real-valued>
Parent Type: <complex>

Type of real–valued values.

Constructor on <real-valued>: <real-valued> type-constructor obj

Validate obj as object of type <real-valued> and return it.

Type predicate on <real-valued>: <boolean> type-predicate obj

The type predicate is real-valued?. Return #t if obj is a <real-valued> object, otherwise return #f.