Ryū Float to String Conversion


The ryu vocab contains a Factor implementation of the Ryū algorithm to quickly convert floating point numbers to decimal strings. Only the double-precision floats (64-bit) are supported. Original author's reference implementation (C and Java) and additional information can be found here: https://github.com/ulfjack/ryu.
print-float ( value -- string )

d2s ( value -- string )