We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd299e commit aafe2b0Copy full SHA for aafe2b0
README.md
@@ -280,12 +280,6 @@ The widths depend on the compiler command line options `-mdouble=32`
280
`std::exp()` and the like will, therefore, have input and output
281
widths according to these command line options.
282
283
-- **`<cmath>`:** In compiler versions of `avr-gcc` 11 and higher,
284
-slight discrepancies in the signatures of functions like
285
-`isnan()`, `isinf()`, etc. seem to be in the process of being corrected.
286
-Future patches of math function signatures in `<cmath>`
287
-may be needed as the `<math.h>` header continues to evolve.
288
-
289
## C++20 `constexpr` support
290
291
The following is a rather advanced, highly useful topic.
0 commit comments