(define-library (scheme complex)
  (import (chibi))
  (export angle imag-part magnitude make-polar make-rectangular real-part))