Added abs, max, min and parity functions #8

Merged
ShatteredMINT merged 1 commits from Micha_i/symphony_stdlib:inline-math-functions into main 2026-08-31 09:36:55 +02:00
Contributor

As in the title - Added abs, min and max functions to the imath package, and parity to the bit package.
These functions are based on the Bit Twiddling Hacks.

As in the title - Added `abs`, `min` and `max` functions to the `imath` package, and `parity` to the `bit` package. These functions are based on the [Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html).
Micha_i added 1 commit 2026-08-31 01:19:31 +02:00
ShatteredMINT requested review from ShatteredMINT 2026-08-31 09:24:56 +02:00
ShatteredMINT merged commit 9dcc182954 into main 2026-08-31 09:36:55 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#8