Grisu is an algorithm by Florian Loitsch to print the decimal representation of floating-point numbers. The original code from which this folder is extracted can be found at . Only a minimal variation, the Grisu2 rounding algorithm with α=-59 and γ=-56, is present here. The code has been adapted to fit the limited runtime as well as the use of OpenLibm. See the original paper at and Florian Loitsch's home page at . The files are licensed under the permissive conditions of the attached LICENSE.