Feedstock license: BSD-3-Clause
Home: https://github.com/google/double-conversion
Package license: BSD 3-Clause
Summary: double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles.
The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects.
Name | Downloads | Version | Platforms |
---|---|---|---|
Installing double-conversion
from the main channel can be achieved by:
conda install double-conversion
It is possible to list all of the versions of double-conversion
available on your platform with conda
:
conda search double-conversion