This package browser is in early development. Mind the rough edges.

dragonbox 1.1.3

Float-to-string conversion algorithm

Dragonbox generates a pair of integers from a floating-point number: the decimal significand and the decimal exponent of the input floating-point number. These integers can then be used for string generation of decimal representation of the input floating-point number, the procedure commonly called ftoa or dtoa.

Installation

Install dragonbox 1.1.3 as follows:

guix install dragonbox@1.1.3

Or install the latest version:

guix install dragonbox

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.