diff options
Diffstat (limited to 'Transcen.scm')
-rw-r--r-- | Transcen.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Transcen.scm b/Transcen.scm index fe0330d..ad42140 100644 --- a/Transcen.scm +++ b/Transcen.scm @@ -209,3 +209,6 @@ (define (infinite? z) (and (= z (* 2 z)) (not (zero? z)))) (define (finite? z) (not (infinite? z))) + +(provide 'math-real) +(provide 'srfi-94) |