Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-04-04 | math: fix x86 asin accuracy | nsz | -3/+3 | |
use (1-x)*(1+x) instead of (1-x*x) in asin.s the later can be inaccurate with upward rounding when x is close to 1 | ||||
2012-03-20 | x86_64 math asm, long double functions only | Rich Felker | -0/+12 | |
this has not been tested heavily, but it's known to at least assemble and run in basic usage cases. it's nearly identical to the corresponding i386 code, and thus expected to be just as correct or just as incorrect. |