You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: