.. |
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
|
Specialized array overhaul
|
2009-09-09 22:33:34 -05:00 |
combinatorics
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -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
|
missed a few PPC status bits that needed clearing
|
2009-09-14 15:17:36 -05:00 |
functions
|
math: minor doc fixes
|
2009-09-15 15:42:46 -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
|
math: minor doc fixes
|
2009-09-15 15:42:46 -05:00 |
matrices
|
Merge branch 'master' of git@github.com:prunedtree/factor
|
2009-08-30 17:24:25 +09:00 |
partial-dispatch
|
math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot
|
2009-09-12 22:20:13 -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: don't run x86-specific tests on PPC
|
2009-09-11 21:38:40 -05:00 |