racket/collects/mzlib/scribblings/math.scrbl
2012-07-11 18:01:05 -04: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)].}