tmp/tmpvv9si8j_/{from.md → to.md}
RENAMED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
#### Class template `numeric_limits` <a id="limits.numeric">[[limits.numeric]]</a>
|
| 2 |
-
|
| 3 |
-
The `numeric_limits` class template provides a C++program with
|
| 4 |
-
information about various properties of the implementation’s
|
| 5 |
-
representation of the arithmetic types.
|
| 6 |
-
|
| 7 |
-
Specializations shall be provided for each arithmetic type, both
|
| 8 |
-
floating point and integer, including `bool`. The member
|
| 9 |
-
`is_specialized` shall be `true` for all such specializations of
|
| 10 |
-
`numeric_limits`.
|
| 11 |
-
|
| 12 |
-
For all members declared `static` `constexpr` in the `numeric_limits`
|
| 13 |
-
template, specializations shall define these values in such a way that
|
| 14 |
-
they are usable as constant expressions.
|
| 15 |
-
|
| 16 |
-
Non-arithmetic standard types, such as `complex<T>` ([[complex]]),
|
| 17 |
-
shall not have specializations.
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|