cnl
cnl copied to clipboard
A Compositional Numeric Library for C++
using [COST](https://cmake.org/cmake/help/latest/prop_test/COST.html)
* Please check to see if this request is already in [the request list](https://github.com/johnmcfarlane/cnl/issues?q=is%3Aissue+label%3Arequest+). **What would you like to see in CNL?** Describe the feature you think is missing. (This...
Repro of #991
- [x] Wait on release of Clang-12, GCC-11 and Ubuntu 21.04 - [x] Fix ccache for all compilers and Clang-Tidy - [x] Use the gist mentioned [here](https://github.com/conan-io/conan/issues/1692#issuecomment-743981132) - [ ]...
When I try to use this code below, the complier error occurred when ```std::cout```. ```cpp using DecX = cnl::scaled_integer; DecX num1 = 10.554; DecX num2 = 10.545; std::cout
There should be a way to mark the config file as an explicit dependency.
As per [p1841r1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1841r1.pdf) * remove support for numeric_limits and replace with individually-specialisable traits from P1841R1, * move definitions from _num_traits.h_ into numbers. * more set_tag, set_rep etc. to _impl/wrapper/ *...