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