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

More math functions #219

Merged
merged 14 commits into from
Dec 8, 2023
Merged

More math functions #219

merged 14 commits into from
Dec 8, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    a85f2de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0033d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb44d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    690289d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e58037 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdb1192 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a717ccb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3adbc72 View commit details
    Browse the repository at this point in the history
  9. store math constants as literal values

    This allows the compiler to perform compile-time operations with them.
    If they are not used in an arithmetic operation with a constant value,
    they are represented by their global variable in the generated code
    JeanJPNM committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    502330a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffa04c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61ba7c1 View commit details
    Browse the repository at this point in the history
  12. update the math test

    JeanJPNM committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a1dfc36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e5079b View commit details
    Browse the repository at this point in the history
  14. update the changelog

    JeanJPNM committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d4d65d0 View commit details
    Browse the repository at this point in the history