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

Add support to logarithms with different bases #66

Open
AziAdFH opened this issue Aug 20, 2020 · 0 comments
Open

Add support to logarithms with different bases #66

AziAdFH opened this issue Aug 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@AziAdFH
Copy link

AziAdFH commented Aug 20, 2020

Is it possible to add support for logarithms with different bases by formula log_a(b) = log(b)/log(a)?
\log _2(10) => (log(10)/log(2))
\log _{2-x}\(\frac{5+2}{x^2}) => (log(\frac{5+2}{x^2})/log(2-x))

P.S. Thanks a lot for the great library!

@AziAdFH AziAdFH added the enhancement New feature or request label Aug 20, 2020
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

1 participant