pub fn float(value: Value) -> Result<Value, Error>
Converts a value into a float.
{{ "42.5"|float == 42.5 }} -> true