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


6.13.12.6 The <positive-flonum> type

Core Type: <positive-flonum>
Parent Type: <flonum>

Type of positive flonum values, excluding the positive zero ‘+0.0’.

Constructor on <positive-flonum>: <positive-flonum> type-constructor obj

Validate obj as object of type <positive-flonum>. Return obj itself.

Type predicate on <positive-flonum>: <boolean> type-predicate obj

The type predicate is positive-flonum?. Return #t if obj is an object of type <positive-flonum>; otherwise return #f.