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
.
- Outputs:
out
- Website: https://github.com/jk-jeon/dragonbox
- Licenses: ASL 2.0
- Package source: gnu/packages/libreoffice.scm
- Builds: See build status
- Issues: See known issues
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.