[][src]Function jsonlogic_rs::js_op::parse_float_mul

pub fn parse_float_mul(vals: &Vec<&Value>) -> Result<f64, Error>

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