Registry / utility / double-conversion

double-conversion

JSON →
library3.4.0vcpkgunverified

Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.

vcpkg install double-conversion
INSTALL
IMPORT
SIG · DOUBLE-CONVERSION
D
double-conversion
utilitycppv3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

double-conversion/double-conversion.h
#include <double-conversion/double-conversion.h>

Convert a double to its shortest string representation

#include <double-conversion/double-conversion.h> #include <iostream> int main() { double_conversion::DoubleToStringConverter converter( double_conversion::DoubleToStringConverter::NO_FLAGS, "inf", "nan", 'e', 6, 6); char buffer[128]; converter.ToShortest(3.14159, buffer); std::cout << buffer << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

double-conversion — pip install double-conversion · libregistry