-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing method for ^ #46
Comments
Hi @laurentbartholdi, thanks for your interest in MultiFloats.jl! I appreciate your suggestion, and I do agree that this is a nice quick-and-dirty fix if you need floating-point exponentiation in your program. However, I am deliberately not going to add support for the In general, many users have the misconception that floating-point exponentiation |
Adding a reference to issue #28, which I am designating as the tracking issue for a new, higher-performance implementation of |
Great!
|
Hey @laurentbartholdi, that's an excellent point -- compatibility with other packages, even ones that do silly things, is worth pursuing. I will prioritize implementation of |
I added the following to my code:
While I'm eagerly waiting for transcendental functions, it's a useful if dirty workaround for code that relies on powers. Perhaps you want to add it?
The text was updated successfully, but these errors were encountered: