racket/collects/mzlib/math.ss
Matthew Flatt 8036ddf5a1 remove euler from scheme/math
svn: r9290
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)))