Crate macromath[][src]

Expand description

Macromath provides macros which allow convenient calculations with checked_*, wrapping_* or saturating_* behavior.

Macros

Replaces all supported operators in the given expression with their checked_* equivalent.

Replaces all supported operators in the given expression with their saturating_* equivalent.

Replaces all supported operators in the given expression with their wrapping_* equivalent.