[][src]Macro fasteval::bool_to_f64

macro_rules! bool_to_f64 {
    ($b:expr) => { ... };
}

true --> 1.0, false --> 0.0