• S
    math: sin cos cleanup · bfda3793
    Szabolcs Nagy 提交于
    * 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
    bfda3793
sin.c 2.1 KB