Closed DavideFauri closed 6 years ago
I've tried to address issue https://github.com/kennethgoodman/rockstar_math/issues/15.
This PR is dependent on the Is Close function implemented in https://github.com/kennethgoodman/rockstar_math/pull/14
Now computation of every function that requires iterative approximation should be even faster, while still being as precise as before. The involved functions are Exp, LN, Power for real exponents, trigonometric and hyperbolic.
Exp
LN
Power
I've tried to address issue https://github.com/kennethgoodman/rockstar_math/issues/15.
This PR is dependent on the Is Close function implemented in https://github.com/kennethgoodman/rockstar_math/pull/14
Now computation of every function that requires iterative approximation should be even faster, while still being as precise as before. The involved functions are
Exp
,LN
,Power
for real exponents, trigonometric and hyperbolic.