compatibility/compatibility-doc/mzlib/scribblings/math.scrbl
2014-12-02 09:43:08 -05:00

14 lines
304 B
Racket

#lang scribble/doc
@(require "common.rkt"
(for-label mzlib/math))
@mzlib[#:mode title math]
@deprecated[@racketmodname[racket/math]]{}
Re-exports @racketmodname[scheme/math], and also exports @racket[e].
@defthing[e real?]{
An approximation to Euler's constant: @number->string[(exp 1)].}