racket/collects/mzlib/math.rkt
2011-09-27 19:28:44 -06:00

6 lines
125 B
Racket

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