mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
5 lines
145 B
Scheme
5 lines
145 B
Scheme
|
|
(define-library (scheme inexact)
|
|
(import (scheme))
|
|
(export acos asin atan cos exp finite? log nan? sin sqrt tan)
|
|
(include "inexact.scm"))
|