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


6.13.14.6 The <non-zero-compnum> type

Core Type: <non-zero-compnum>

Type of compnum values having either the real part or imaginary part different from zero. Its definition is equivalent to:

(define-type <non-zero-compnum>
  (or <exact-compnum> <non-zero-inexact-compnum>))