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 arbitrary base math log #7409

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Commits on Dec 9, 2022

  1. Add arbitrary base math log

    Adds new command `math log` that takes as a required positional argument
    a base.
    Specialized for `math log 2` and `math log 10` for better performance
    and precision that matches the expectations there.
    This leads to discontinuities in numerical error but should make a
    better trade-off for common usecases.
    sholderbach committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4c74bfb View commit details
    Browse the repository at this point in the history