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

Implement exponentiation of BigDecimals by other BigDecimals #197

Open
JoonasC opened this issue Dec 8, 2021 · 1 comment
Open

Implement exponentiation of BigDecimals by other BigDecimals #197

JoonasC opened this issue Dec 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@JoonasC
Copy link

JoonasC commented Dec 8, 2021

Is your feature request related to a problem? Please describe.
Exponentiation of BigDecimals by other BigDecimals is currently not supported, which forces a conversion to int value meaning precision loss.

Describe the solution you'd like
Implement exponentiation of BigDecimals by other BigDecimals.

@ionspin ionspin added the enhancement New feature or request label Dec 8, 2021
@hakanai
Copy link

hakanai commented May 11, 2022

Having exp(x) would also make it possible to implement cosh(x), sinh(x), tanh(x) with not much extra effort.

The same is sort of true for sin(x), cos(x), tan(x) as well but you need complex number support for those. ;)

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

No branches or pull requests

3 participants