☰
ryū
num.ryū
convert f64 to string
rounding mode 'conservative', never accepts lower/upper bound
rounding mode 'even', chooses the closest even number.
examples: 0.5 => 0
examples: 0.5 => 0
§rounding_mode(accept_upper_bound Unary bool bool, accept_lower_bound Unary bool bool) => num.ryū.rounding_mode:Any
§rounding_mode(accept_upper_bound Unary bool bool, accept_lower_bound Unary bool bool)
=>
num.ryū.rounding_mode:
Any constructor for rounding mode
see below for predefined rounding modes
see below for predefined rounding modes
An implementation of Ryū, a fast float to string conversion algorithm invented by Ulf Adams.
For more information see the original repository: https://github.com/ulfjack/ryu
and the paper: https://dl.acm.org/citation.cfm?doid=3296979.3192369
NYI lacks documentation