coerce_to_f64

Function coerce_to_f64 

Source
pub fn coerce_to_f64(val: &Value) -> Option<f64>
Expand description

Number(val) in javascript or as named in the standard ToNumber(val).