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

Move arithmetic functions into submodule FixedPointArithmetic #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2024

  1. Move arithmetic functions into submodule FixedPointArithmetic

    This moves only the definitions, leaving the implementations outside of `FixedPointArithmetic`.
    This also adds new `unchecked_*` functions.
    Currently, `unchecked_*` falls back to `wrapping_*`.
    This makes `wrapping_*` and `saturating_*` functions unexported.
    kimikage committed May 28, 2024
    Configuration menu
    Copy the full SHA
    929bbf7 View commit details
    Browse the repository at this point in the history