Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Power functions #180

Closed
enigmarikki opened this issue Sep 25, 2023 · 1 comment
Closed

Implementation of Power functions #180

enigmarikki opened this issue Sep 25, 2023 · 1 comment

Comments

@enigmarikki
Copy link

Can we please keep the power functions as simple as - a^(x) = e ^ (x * log (a)) - this might be slightly expensive (roughly 26 iterations from taylor ex + dunno if we're using karastuba-offman multiplication ) but we will get very stable results. We can further optimize both log and exp implementations - via bilinear transformations.

@enigmarikki
Copy link
Author

These are close to optimal in new release cc @DrunkRandomWalker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant