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

Defines cleanup #5439

Merged
merged 8 commits into from
Jan 15, 2024
Merged

Defines cleanup #5439

merged 8 commits into from
Jan 15, 2024

Commits on Jan 11, 2024

  1. this kills the Clamp()

    replace Clamp() define with native clamp() function
    Doubleumc committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c400516 View commit details
    Browse the repository at this point in the history
  2. Tan() to tan()

    replace Tan() define with native tan() function
    Doubleumc committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8b74c30 View commit details
    Browse the repository at this point in the history
  3. roundNearest() to round(x, 1)

    replace roundNearest() define with native round(x, 1) function
    Doubleumc committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    aaaa73c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff5e63 View commit details
    Browse the repository at this point in the history
  5. CEILING(x, 1) to Ceiling()

    replace CEILING(x, 1) use with simpler Ceiling() define, in 515 all Ceiling() use can be replaced by native ceiling()
    Doubleumc committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8fab189 View commit details
    Browse the repository at this point in the history
  6. FLOOR(x, 1) to Floor()

    replace FLOOR(x, 1) use with simpler Floor() define, in 515 all Floor() use can be replaced by native floor()
    Doubleumc committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ae64bd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c044b78 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. n_ceil() to Ceiling()

    replace n_ceil() use with Ceiling() define
    Doubleumc committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    862c224 View commit details
    Browse the repository at this point in the history