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


6.13.14.3 The <inexact-compnum> type

Core Type: <inexact-compnum>
Parent Type: <compnum>

Type 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.

Constructor on <inexact-compnum>: <inexact-compnum> type-constructor obj

Validate obj as object of type <inexact-compnum>. Return obj itself.

Type predicate on <inexact-compnum>: <boolean> type-predicate obj

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