Next: built-in numerics cflonums non-zero, Previous: built-in numerics cflonums base, Up: built-in numerics cflonums [Contents][Index]
<zero-cflonum>
typeType of cflonum values having both the real part and imaginary part equal to zero. Such values are the following:
+0.0+0.0i +0.0-0.0i -0.0+0.0i -0.0-0.0i
<zero-cflonum>
: <zero-cflonum> type-constructor objValidate obj as object of type <zero-cflonum>
. Return
obj itself.
<zero-cflonum>
: <boolean> type-predicate objThe type predicate is zero-cflonum?
. Return #t
if obj
is an object of type <zero-cflonum>
; otherwise return #f
.