aboutsummaryrefslogtreecommitdiffstats
path: root/Transcen.scm
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
commit710a97992705d67c3ded0d4b270c5978ce29b11f (patch)
treeddcb2f7a91cbb86ce582e74227768b7b898c29e1 /Transcen.scm
parent50eb784bfcf15ee3c6b0b53d747db92673395040 (diff)
downloadscm-710a97992705d67c3ded0d4b270c5978ce29b11f.tar.gz
scm-710a97992705d67c3ded0d4b270c5978ce29b11f.zip
Import Upstream version 5e4upstream/5e4
Diffstat (limited to 'Transcen.scm')
-rw-r--r--Transcen.scm3
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)