romange / Grisu

An implementation of the Grisu2 algorithm for converting binary to decimal floating-point numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An implementation of the Grisu2 algorithm for converting binary to decimal floating-point numbers.

Florian Loitsch, Printing Floating-Point Numbers Quickly and Accurately with Integers, in Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2010

About

An implementation of the Grisu2 algorithm for converting binary to decimal floating-point numbers

License:MIT License


Languages

Language:C++ 99.1%Language:Lua 0.9%