-
Notifications
You must be signed in to change notification settings - Fork 23
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
Operations: exponentiation #2
Comments
this works in a way, it takes care of all irrational cases by going into bigfloat, if not, then the Decimal fields
|
Here is source code to show how to perform exponentiation
|
Ideally, we'd like to avoid conversions from/to String. @longemen3000 has already proposed a baseline implementation (#33), but it needs more work. You can offer help, if you'd like. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: