compatibility/collects/mzlib/math.ss
Matthew Flatt a29c3ce826 remove euler from scheme/math
svn: r9290

original commit: 8036ddf5a1639149d14cb0769fc61822518f9694
2008-04-14 11:44:13 +00:00

7 lines
126 B
Scheme

(module math scheme/base
(require scheme/math)
(provide (all-from-out scheme/math)
e)
(define e (exp 1.0)))