Ryan Culpepper
|
1109e0f86d
|
fix rounding in ~r, docs
Merge to 5.3.2.
|
2013-01-13 15:52:08 -05:00 |
|
Sam Tobin-Hochstadt
|
3b37d64936
|
Document ~e from racket/format .
|
2012-09-27 18:29:55 -04:00 |
|
Ryan Culpepper
|
d70e80e837
|
racket/format: change ~r to accept #:notation argument
Another possibility would be
#:exponential? (or/c boolean? (-> rational? boolean?))
but that violates the "everything's a boolean" convention.
|
2012-09-16 17:12:02 -04:00 |
|
Matthew Flatt
|
b53e458e3f
|
add `racket/format'
The new library is Ryan's `unstable/cat', but the names have been
changed. (The task of removing `unstable/cat' remains.)
|
2012-09-07 08:16:37 -06:00 |
|