Skip to content

v0.2.0

Compare
Choose a tag to compare
@alygin alygin released this 15 Jul 23:57
· 25 commits to main since this release

Breaking changes

  • The Euler's constant (e) is now exposed as a static reference ::const::E instead of the Number::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.