Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 6,559 | 5,673 | ||
meta/ | 12-May-2024 | - | 17 | 16 | ||
test/ | 12-May-2024 | - | 2,564 | 1,691 | ||
README.md | D | 12-May-2024 | 514 | 9 | 5 | |
index.html | D | 12-May-2024 | 491 | 14 | 13 |
README.md
1# Boost.NumericConversion 2 3The Boost Numeric Conversion library is a collection of tools to describe and perform conversions between values of different [numeric types][1]. 4 5The documentation for the library can be found [here][2] 6 7[1]: http://www.boost.org/doc/libs/release/libs/numeric/conversion/doc/html/boost_numericconversion/definitions.html#boost_numericconversion.definitions.numeric_types 8[2]: http://www.boost.org/doc/libs/release/libs/numeric/conversion/doc/html/index.html#numeric_conversion.overview 9