chibi-scheme/lib/scheme/inexact.sld

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"))