Next: built-in numerics compnums zero, Previous: built-in numerics compnums exact, Up: built-in numerics compnums [Contents][Index]
<inexact-compnum>
typeType of compnum values having inexact real or imaginary parts.
NOTE We need to remember that if a value is a compnum: only one among the real and imaginary parts is inexact. If both are inexact: it is not a compnum, it is a cflonum.
<inexact-compnum>
: <inexact-compnum> type-constructor objValidate obj as object of type <inexact-compnum>
. Return
obj itself.
<inexact-compnum>
: <boolean> type-predicate objThe type predicate is inexact-compnum?
. Return #t
if
obj is an object of type <inexact-compnum>
; otherwise return
#f
.