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 exactConstantFunctions to simplify, to tell mathjs to not convert constant functions into decimals #2905

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Feb 23, 2023

  1. add exactConstantFunctions to simplify, to tell mathjs to not convert…

    … eg. sin(4) into a number, but leave it is an exact constant
    ziktar committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d1a5b5e View commit details
    Browse the repository at this point in the history
  2. allow for calling certain basic functions, such as abs, rounding, bas…

    …ic arithmetic, that should return an exact value
    ziktar committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7ce14f3 View commit details
    Browse the repository at this point in the history