.. |
bits
|
math.bits: fix docs for make-bits to be more clear.
|
2013-12-12 18:30:49 -08:00 |
bitwise
|
math.bitwise: removing bit-clear? since it is just "bit? not".
|
2013-11-24 12:05:52 -08:00 |
combinatorics
|
math.combinatorics: faster combinations by inlining next-combination.
|
2013-10-14 15:44:19 -07:00 |
complex
|
math.functions: make it clear that 0 = is the more correct zero?.
|
2012-08-13 08:03:54 -07:00 |
constants
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
floats
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
functions
|
Revert "math.functions: make float sqrt a little faster."
|
2013-11-25 16:42:52 -08:00 |
intervals
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
libm
|
math.functions: rename exp to e^ to be consistent with 2^ and 10^. update things.
|
2012-05-02 10:22:23 -07:00 |
matrices
|
math.matrices: add error for negative m^n (and test).
|
2014-01-05 20:08:55 -08:00 |
partial-dispatch
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
polynomials
|
math.polynomials: add test for negative p^.
|
2014-01-05 20:08:46 -08:00 |
primes
|
math.primes.erato: minor performance improvements.
|
2012-10-23 10:49:45 -07:00 |
quaternions
|
math.quaternions: typo in n*q
|
2010-06-17 19:23:52 -07:00 |
ranges
|
math.ranges: implement sum on ranges.
|
2013-05-06 16:01:29 -07:00 |
ratios
|
math.ratios: adding some tests for M\ ratio /mod.
|
2013-03-29 08:32:35 -07:00 |
rectangles
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
statistics
|
math.statistics: use >array instead of { } clone-like.
|
2013-06-25 15:40:33 -07:00 |
vectors
|
use swapd in a few places.
|
2014-01-05 20:30:38 -08:00 |