math: sin cos cleanup
authorSzabolcs Nagy <nsz@port70.net>
Sat, 18 May 2013 14:40:22 +0000 (14:40 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 18 May 2013 14:40:22 +0000 (14:40 +0000)
* 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


No differences found