compatibility/compatibility-lib/mzlib/math.rkt
2014-12-02 09:43:08 -05: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)))