compatibility/collects/mzlib/math.rkt
Matthew Flatt b7928f0fa1 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00

7 lines
126 B
Racket

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