pub fn parse_float_mul(vals: &Vec<&Value>) -> Result<f64, Error>
Expand description
Multiply values, parsing to floats first
See notes for parse_float_add on how this differs from normal number conversion as is done for other arithmetic operators in the reference implementation