| .. |
|
bits
|
More minor documentation tweaks
|
2009-08-30 06:32:20 -05:00 |
|
bitwise
|
move if-zero etc to math, remove 1-/1+ from math
|
2009-08-14 14:27:23 -05:00 |
|
blas
|
update vocabs so a load-all on macosx works without parsing c-type strings
|
2009-09-27 15:11:21 -05:00 |
|
combinatorics
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
complex
|
More minor documentation tweaks
|
2009-08-30 06:32:20 -05:00 |
|
constants
|
math.constants: add single float epsilon value
|
2009-09-03 02:23:22 -05:00 |
|
floats/env
|
math.functions: ~ now raises an invalid operation FP trap if one of the inputs is NaN
|
2009-09-29 23:41:08 -05:00 |
|
functions
|
math.functions: ~ now raises an invalid operation FP trap if one of the inputs is NaN
|
2009-09-29 23:41:08 -05:00 |
|
intervals
|
compiler: add fixnum-min/max intrinsics; ~10% speedup on benchmark.yuv-to-rgb
|
2009-08-28 19:02:59 -05:00 |
|
libm
|
get things to a point where they bootstrap again
|
2009-09-15 21:43:18 -05: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
|
New distance word in math.vectors, replaces distance in math.points, more efficient
|
2008-11-29 10:19:23 -06:00 |
|
polynomials
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
|
primes
|
Do not repeat sanity tests at each iteration
|
2009-09-09 21:35:24 +02:00 |
|
quaternions
|
Add q+ and q- to math.quaternions
|
2009-04-27 17:24:39 +02:00 |
|
ranges
|
Add inline declarations for various assorted methods
|
2009-08-17 22:32:21 -05:00 |
|
ratios
|
Add inline declarations for various assorted methods
|
2009-08-17 22:32:21 -05:00 |
|
rectangles
|
math.rectangles.positioning: don't position popups off-screen
|
2009-09-08 16:23:02 -05:00 |
|
statistics
|
add a mode word
|
2009-05-24 15:45:25 -05:00 |
|
vectors
|
math.vectors.simd: use fallbacks for hlshift, hrshift, vshuffle if parameter is not a literal;al; element access in int-4 on x86-64 now sign-extends the value; don't throw error at compile time if parameter for vshuffle does not have enough elements
|
2009-09-30 20:04:37 -05:00 |