.. |
bits
|
math.bits: Clean up the docs some more.
|
2014-06-06 14:45:46 -07:00 |
bitwise
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
combinatorics
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -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
|
kernel: change errors to be in kernel.private.
|
2014-06-04 14:33:02 -07:00 |
functions
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
intervals
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -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
|
Docs: fixed doc example errors triggered by help-lint and added with-disposal where applicable
|
2014-04-14 08:42:10 -07:00 |
partial-dispatch
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
polynomials
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
primes
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08: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: faster abs and neg? on ratios.
|
2014-06-05 10:53:02 -07:00 |
rectangles
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
statistics
|
math.statistics: Get smart about the geometric mean. Calculate it in logspace so we can use addition of small logarithms and multiplication instead of the nth root of a giant product.
|
2014-09-26 13:34:25 -07:00 |
vectors
|
math.vectors: new word v>integer = [ >integer ] map
|
2014-11-17 19:02:12 -08:00 |