stddecimal icon indicating copy to clipboard operation
stddecimal copied to clipboard

An implementation of the proposed C++ std::decimal

Results 7 stddecimal issues
Sort by recently updated
recently updated
newest added

The spec describes this in detail, implement and add tests. It will have to live in it's own header as we obviously can't change

template constexpr decimal32 operator "" DF(); template constexpr decimal64 operator "" DD(); template constexpr decimal128 operator "" DL(); template constexpr decimal32 operator "" df(); template constexpr decimal64 operator "" dd();...

The existing tests are designed to exercise the templates and the basic usage of the Intel library. This shouldn't be done until the exception handling has been implemented.

operator>> has not been implemented. A very basic operator