racket/collects/mzlib/scribblings/math.scrbl
2010-05-17 05:58:19 -04:00

12 lines
260 B
Racket

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