We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use this library to calculate the natural logarithm of a given decimal but there isn't a function to do this.
The text was updated successfully, but these errors were encountered:
this library doesn't support calculating logarithms. Could you please describe your use case? When do you need to perform logarithmic calculations?"
Sorry, something went wrong.
I'm working with graphs and I need to set the edge weights to Ln(x).
Ln(x)
Got your point. However, I did some research and the implementation is not trivial to make it efficient with high precision. I'll see what I can do
No branches or pull requests
I would like to use this library to calculate the natural logarithm of a given decimal but there isn't a function to do this.
The text was updated successfully, but these errors were encountered: