Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-12-12 | math: define _GNU_SOURCE when implementing non-standard math functions | Szabolcs Nagy | -0/+1 | |
this makes the prototypes in math.h are visible so they are checked agaist the function definitions | ||||
2013-05-18 | math: sin cos cleanup | Szabolcs Nagy | -21/+24 | |
* use unsigned arithmetics * use unsigned to store arg reduction quotient (so n&3 is understood) * remove z=0.0 variables, use literal 0 * raise underflow and inexact exceptions properly when x is small * fix spurious underflow in tanl | ||||
2012-12-07 | fix trailing whitespace issues that crept in here and there | Rich Felker | -1/+1 | |
2012-03-15 | efficient sincos based on sin and cos | nsz | -0/+113 | |