v0.2.0
Breaking changes
- The Euler's constant (e) is now exposed as a static reference
::const::E
instead of theNumber::e()
function.
Enhancements
- Macros now generate submodule
const
with basic mathematical constants. Names and meaning of the constants fully match those provided by the Rust's primitive types.