Open YingboMa opened 1 year ago
IMO this isn't quite correct. NaNMath says that functions return NaN rather than throwing so we should check if we get an error and return NaN in these fallback methods.
NaNMath
NaN
This also needs tests.
IMO this isn't quite correct.
NaNMath
says that functions returnNaN
rather than throwing so we should check if we get an error and returnNaN
in these fallback methods.