macro_rules! math_consts_context {
    () => { ... };
    ($($name : ident), *) => { ... };
}
Expand description

Context with all Rust’s constants in f64::consts available by default. Alternatively, specifiy constants with math_consts_context!(E, PI, TAU, ...) Available constants can be found in the core::f64::consts module.