| .. |
|
bits
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
bitwise
|
fix a bug in bit-count that assumed 32bit fixnums, make bit-count work on byte-arrays, SIMD types, specialized-arrays, and aliens
|
2009-10-05 18:55:26 -05:00 |
|
blas
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
combinatorics
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
complex
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
constants
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
floats/env
|
math.floats.env: disable trap tests on OpenBSD i386 for now, until The World's Most Secure Operating System fixes a local DoS exploit
|
2009-10-03 10:59:54 -05:00 |
|
functions
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
intervals
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
libm
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
matrices
|
math.matrices.simd versions of frustum-matrix4 and rotation-matrix4
|
2009-09-29 22:54:11 -05:00 |
|
partial-dispatch
|
Rename specific-method to method-for-class, rename (effective-method) to method-for-object, and make both much faster
|
2009-09-21 17:42:20 -05:00 |
|
points
|
…
|
|
|
polynomials
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
primes
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
quaternions
|
…
|
|
|
ranges
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
ratios
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
rectangles
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
statistics
|
add a mode word
|
2009-05-24 15:45:25 -05:00 |
|
vectors
|
generate better code for vabs when instruction isn't available instead of using software fallback (-0.0 andn for floats, x > 0 ? x : -x for signed ints, nop for unsigned ints)
|
2009-10-09 14:24:55 -05:00 |