Skip to content

Add support to logarithms with different bases #66

@AziAdFH

Description

@AziAdFH

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions