Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cmath-c23-p3935r0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,7 @@ <h3>Narrowing operations <span class=stable-ref>[c.math.narrow]</span></h3>
</p><ul>
<li>Each type in <code><h- data-h=name>Fs</h-></code> is a cv-unqualified arithmetic type.</li>
<li><code><h- data-h=name>F</h-></code> exists.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limimts</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be reverted. The -pXXXXrX files are historical documents and should never be updated once published.

<li><code><h- data-h=name>T</h-></code> is a cv-unqualified floating-point type other than <code><h- data-h=kw_type>long</h-> <h- data-h=kw_type>double</h-></code>.</li>
</ul>
<p>[<i>Example</i>:
Expand Down
2 changes: 1 addition & 1 deletion docs/cmath-c23.html
Original file line number Diff line number Diff line change
Expand Up @@ -3457,7 +3457,7 @@ <h3>Narrowing operations <span class=stable-ref>[c.math.narrow]</span></h3>
</p><ul>
<li>Each type in <code><h- data-h=name>Fs</h-></code> is a cv-unqualified arithmetic type.</li>
<li><code><h- data-h=name>F</h-></code> exists.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limimts</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>
<li><code><h- data-h=name>T</h-></code> is a cv-unqualified floating-point type other than <code><h- data-h=kw_type>long</h-> <h- data-h=kw_type>double</h-></code>.</li>
</ul>
<p>[<i>Example</i>:
Expand Down
2 changes: 1 addition & 1 deletion src/cmath-c23.cow
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ Let \tcode{F} be the type determined as follows:
\ul{
\li{Each type in \tcode{Fs} is a cv-unqualified arithmetic type.}
\li{\tcode{F} exists.}
\li{\tcode{((numeric_limimts<Fs>::radix == numeric_limits<F>::radix) && ...)} is \tcode{true}.}
\li{\tcode{((numeric_limits<Fs>::radix == numeric_limits<F>::radix) && ...)} is \tcode{true}.}
\li{\tcode{T} is a cv-unqualified floating-point type other than \tcode{long double}.}
}
\example{
Expand Down
Loading