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

Natural logarithm #32

Open
cedws opened this issue Dec 26, 2024 · 3 comments
Open

Natural logarithm #32

cedws opened this issue Dec 26, 2024 · 3 comments

Comments

@cedws
Copy link

cedws commented Dec 26, 2024

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.

@quagmt
Copy link
Owner

quagmt commented Dec 27, 2024

this library doesn't support calculating logarithms. Could you please describe your use case? When do you need to perform logarithmic calculations?"

@cedws
Copy link
Author

cedws commented Dec 27, 2024

I'm working with graphs and I need to set the edge weights to Ln(x).

@quagmt
Copy link
Owner

quagmt commented Dec 27, 2024

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

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

2 participants