• S
    math: fix pow(x,-1) to raise underflow properly · c221af95
    Szabolcs Nagy 提交于
    if FLT_EVAL_METHOD!=0 check if (double)(1/x) is subnormal and not a
    power of 2 (if 1/x is power of 2 then either it is exact or the
    long double to double rounding already raised inexact and underflow)
    c221af95
pow.c 10.1 KB