Next: built-in numerics flonums non-positive, Previous: built-in numerics flonums positive, Up: built-in numerics flonums [Contents][Index]
<negative-flonum>
typeType of negative flonum values, excluding the negative zero ‘-0.0’.
<negative-flonum>
: <negative-flonum> type-constructor objValidate obj as object of type <negative-flonum>
. Return
obj itself.
<negative-flonum>
: <boolean> type-predicate objThe type predicate is positive-flonum?
. Return #t
if
obj is an object of type <negative-flonum>
; otherwise return
#f
.