racket/collects/plot/contracted
Neil Toronto a713ca8a8b Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math
Altered TR's random arithmetic testing to generate single-flonums and very small flonums; fails now because of erroneous types

Fixes to sgn, sinh, cosh, and tanh:
 * preserve single-flonum-ness
 * correct zero sign (-0.0) for negative return values that are smaller than epsilon
 * correct behavior with NaN and infinite inputs
2012-06-05 22:40:44 -06:00
..
axis-transform.rkt Test case for Richard Hollos 2011-11-10 12:59:43 -07:00
date-time.rkt Added unstable/latent-contract 2011-11-10 12:59:41 -07:00
draw.rkt 2D stacked histograms, grouped histograms, collapse indistinguishable ticks, doc tests, fixes 2011-11-10 12:59:43 -07:00
format.rkt Ensure snips handle rendering errors 2011-11-24 21:59:16 -09:00
kde.rkt PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
legend.rkt Refactoring: plot-device% now uses dc<%>'s set-origin, simplifying uses 2011-11-24 21:59:16 -09:00
math.rkt Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math 2012-06-05 22:40:44 -06:00
parameters.rkt Added plot-x-tick-label-angle, plot-x-tick-label-anchor, and similar for y and far axes 2012-04-30 16:12:12 -06:00
plot-element.rkt Moved contract/c and treeof to unstable/contracts 2012-02-01 09:44:47 -07:00
sample.rkt Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08:00
samplers.rkt Reworked how major and minor ticks are chosen; now isosurfaces3d always shows 3-5 surfaces, and all *-ticks parameters have the same default 2011-11-24 21:59:16 -09:00
ticks.rkt Reworked how major and minor ticks are chosen; now isosurfaces3d always shows 3-5 surfaces, and all *-ticks parameters have the same default 2011-11-24 21:59:16 -09:00