You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This switches between a Taylor-esque approximation based on x + x/2,
and the "obvious" exp(x) - 1 based on the size of x, with the exact
polynomial and the size threshold chosen by `optimiser`.
Fixes#10.
Potentially also
exp2_m1
etc, since packaging that up likely saves a multiplication?The text was updated successfully, but these errors were encountered: