pub fn is_float(v: Value) -> bool
Checks if this value is a float
{{ 42 is float }} -> false {{ 42.0 is float }} -> true