dragonbox

Reference implementation of Dragonbox algorithm for fast float-to-string conversion

brewmacoslinux
Try with needOr install directly
Source

About

Reference implementation of Dragonbox in C++

Commands

dragonbox

Examples

Convert a floating-point number to its shortest decimal representation$ dragonbox 0.1
Process multiple floating-point values for conversion$ dragonbox 3.14159 2.71828 1.41421
Display help information and available options$ dragonbox --help