Function rubble_templates::std_fun::math::reduce_numbers[][src]

pub fn reduce_numbers<F>(
    parameters: &[String],
    f: F
) -> Result<String, SyntaxError> where
    F: Fn(f64, f64) -> f64