|
|
|
|
|
by zozbot234
878 days ago
|
|
> It's actually not even all math library functions, just those that are like sin, pow, exp, etc., but specifically excluding things like sqrt. I'm still trying to come up with a good term to encompass these. Transcendental functions. They're called that because computing an exactly rounded result might be unfeasible for some inputs. https://en.wikipedia.org/wiki/Table-maker%27s_dilemma So standards for numerical compute punt on the issue and allow for some error in the last digit. |
|
(The main defining factor is if they're an IEEE 754 ยง5 operation or not, but IEEE 754 isn't a freely-available standard.)