<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Aptos;
panose-1:2 11 0 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Aptos",sans-serif;
mso-ligatures:standardcontextual;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Aptos",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:11.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#467886" vlink="#96607D" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Proposal for C2Y<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">WG14 Nxxxx<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Title: Nonsensical parenthetical<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Author, affiliation: C FP group<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Date: 2024-05-22<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Proposal category: Editorial (since nonsensical otherwise)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Reference: Base document: N3219<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Aaron Ballman noticed problematic parenthetical text in the specification of the [u]fromfp functions. In particular, it talks about the “type of [an] argument, if available”,
which make no sense since all argument types are available for the functions given in the specification, otherwise the function would not be present. It seems the end parenthesis was placed incorrectly. This proposal aims to fix it to what was intended.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">In 7.12.9.10p2, change:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">Otherwise, if width is zero or x does not round to an integer within the range, the functions return a NaN (of the type of the x argument</span><span style="font-size:12.0pt;color:red;mso-ligatures:none">,
if available),</span><span style="font-size:12.0pt;color:#212121;mso-ligatures:none"> else the value of x, and a domain error occurs.<br>
<br>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">To:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121;mso-ligatures:none"><br>
Otherwise, if width is zero or x does not round to an integer within the range, the functions return a NaN (of the type of the x argument</span><span style="font-size:12.0pt;color:#00B050;mso-ligatures:none">), if available,
</span><span style="font-size:12.0pt;color:#212121;mso-ligatures:none">else the value of x, and a domain error occurs.<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Calibri",sans-serif;color:#212121;mso-ligatures:none"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>