inexact.sps 197 B

123456789
  1. (import (scheme base)
  2. (scheme write)
  3. (tests scheme inexact)
  4. (tests scheme test))
  5. (display "Running tests for (scheme inexact)\n")
  6. (run-inexact-tests)
  7. (report-test-results)