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 f7e045e commit 537101cCopy full SHA for 537101c
source/support.tex
@@ -1628,9 +1628,9 @@
1628
static constexpr int max_exponent = +128;
1629
static constexpr int max_exponent10 = + 38;
1630
1631
- static constexpr bool has_infinity = true;
1632
- static constexpr bool has_quiet_NaN = true;
1633
- static constexpr bool has_signaling_NaN = true;
+ static constexpr bool has_infinity = true;
+ static constexpr bool has_quiet_NaN = true;
+ static constexpr bool has_signaling_NaN = true;
1634
1635
static constexpr float infinity() noexcept { return @\textit{value}@; }
1636
static constexpr float quiet_NaN() noexcept { return @\textit{value}@; }
0 commit comments