4 Commits

Author SHA1 Message Date
Szabolcs Nagy
bfda379358 math: sin cos cleanup
* 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
2013-05-18 14:40:22 +00:00
Rich Felker
007c03f84f fix missing prototype and simplify sincosl on ld64 archs 2012-07-02 20:25:28 -04:00
nsz
2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 2012-03-19 19:26:31 +01:00
nsz
0144b45b71 efficient sincos based on sin and cos 2012-03-15 08:17:28 +01:00