Skip to content
  • toy's avatar
    Handle infinities a bit better. · 33ddefd1
    toy authored
    o sqrt(inf) = inf
    o expm1(+/-inf) = inf or +0
    o log1p(inf) = inf
    o log(inf) = inf
    o log(+0) = -inf (but signal overflow)
    o sinh(+/-inf) = +/-inf
    o asinh(+/-inf) = +/-inf
    33ddefd1