(define-library (scheme inexact) (import (chibi)) (export acos asin atan cos exp finite? infinite? log nan? sin sqrt tan) (include "inexact.scm"))