.. |
bits
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
bitwise
|
Use -unsafe words with pair methods.
|
2013-03-07 10:47:23 -08:00 |
combinatorics
|
math.combinatorics: remove duplicate nths-unsafe.
|
2013-04-06 14:29:47 -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
|
math.functions: remove round-to.
|
2013-04-01 17:02:44 -07: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 m+n, m-n, n+m, n-m, words.
|
2012-11-07 22:53:52 -08:00 |
partial-dispatch
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
polynomials
|
change to in-place reverse.
|
2012-04-24 18:51:46 -07: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: some style cleanup.
|
2013-03-21 08:54:14 -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: adding demean and demedian, cleanup a bit.
|
2013-03-28 11:40:46 -07:00 |
vectors
|
math.vectors: Don't use macro with locals and cond in vif. Stack-checker/locals/macros/smart-combinators all need some work (a rewrite?), but meanwhile don't let it get in the way. Add tests.
|
2013-01-03 09:49:31 -08:00 |