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

Begin migration of calc functions to methods #3489

Closed
wants to merge 12 commits into from

Commits on Feb 24, 2024

  1. workaround for 'pow__data'

    Adapt the #[scope] macro to ignore snake case violations (for now)
    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d5f3f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bd601 View commit details
    Browse the repository at this point in the history
  3. port some float methods to int

    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    083ea10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37476fb View commit details
    Browse the repository at this point in the history
  5. add min and max to int, float

    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d61759b View commit details
    Browse the repository at this point in the history
  6. add missing functions to int

    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    bc6cd2c View commit details
    Browse the repository at this point in the history
  7. initial tests

    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    81a95b1 View commit details
    Browse the repository at this point in the history
  8. fix zero pow zero check

    PgBiel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4c7a359 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. several docs improvements

    PgBiel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a242d87 View commit details
    Browse the repository at this point in the history
  2. minor calc docs improvements

    PgBiel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    dec2e8b View commit details
    Browse the repository at this point in the history
  3. fix u64 conversion

    PgBiel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ebc1177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b7b177 View commit details
    Browse the repository at this point in the history