(define-library (scheme inexact)
(import (picrin base))
(export acos
asin
atan
cos
exp
finite?
infinite?
log
nan?
sin
sqrt
tan))