mech-math 0.3.4

Math library for the Mech language
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
pub use crate::*;
#[cfg(feature = "erf")]
pub mod erf;
#[cfg(feature = "erfc")]
pub mod erfc;

#[cfg(feature = "erf")]
pub use self::erf::*;
#[cfg(feature = "erfc")]
pub use self::erfc::*;