mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
4 lines
119 B
Scheme
4 lines
119 B
Scheme
|
|
(define-library (scheme inexact)
|
|
(import (scheme))
|
|
(export acos asin atan cos exp finite? log nan? sin sqrt tan))
|