mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
4 lines
129 B
Scheme
4 lines
129 B
Scheme
|
|
(define-library (scheme complex)
|
|
(import (chibi))
|
|
(export angle imag-part magnitude make-polar make-rectangular real-part))
|