Package describe.plt contributed by williams 
To load: (require (planet williams/describe:1:5/describe))
Old style:(require (planet "describe.rkt" ("williams" "describe.plt" 1 5)))
Min Racket version: 5.0
Package description:
This library provides routines to describe Racket objects.
Downloads this week: 0
Total downloads: 1276
Tickets:0
Open tickets:0
Primary files:
describe.rkt
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 5)
1154
[none]
5.0Thursday, September 26th, 2013
To load: (require (planet williams/describe:1:5/describe))
Available in repositories: 4.x
The function float->string is now exported. It was also extended to support big floats from the Math Library. Note that descriptions of big floats do not include the exact decimal value because of the possibility of extremely large value exhausting memory.
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 4)
8
[none]
5.0Tuesday, August 13th, 2013
To load: (require (planet "describe.rkt" ("williams" "describe.plt" 1 (= 4))))
Available in repositories: 4.x
Added support for extflonums and big floats (from math/bigfloat). Added exact decimal values for inexact reals (floats including extflonums, but not big floats). Added some demonstration code for floating point numbers.
(1 3)
103
[none]
5.0Wednesday, October 27th, 2010
To load: (require (planet "describe.rkt" ("williams" "describe.plt" 1 (= 3))))
Available in repositories: 4.x
Fixed the check for not-a-number.
(1 2)
0
[none]
5.0Wednesday, October 27th, 2010
To load: (require (planet "describe.rkt" ("williams" "describe.plt" 1 (= 2))))
Available in repositories: 4.x
Added Scribble documentation.
(1 1)
0
[none]
[none]Wednesday, October 27th, 2010
To load: (require (planet "[file]" ("williams" "describe.plt" 1 (= 1))))
Available in repositories: 4.x
Updated to Racket naming conventions.
(1 0)
11
[none]
[none]Tuesday, November 10th, 2009
To load: (require (planet "describe.ss" ("williams" "describe.plt" 1 (= 0))))
Available in repositories: 4.x
Initial release of describe. There is no documentation as yet,but just (require (planet williams/describe/describe)) and then(describe <anything>). For example:>(describe (sqrt 10))3.1622776601683795 is an inexact positive real number