pub fn coerce_to_f64(val: &Value) -> Option<f64>
Number(val) in javascript or as named in the standard ToNumber(val).
Number(val)
ToNumber(val)