Expand description
a lil macro crate.
provides a handy macro for converting a + b to a.add(b) for when you cant easily overload the Add trait,
and some traits that provide f*_algebraic and f*_fast implementations. (requires nightly)
Modules§
- algebraic
- Provides the algebraic math trait and macro.
- fast
- Provides the fast math trait and macro. See terms and conditions.
Macros§
- math
- Lower math to method calls. Only useful if you define the functions.