<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
  <meta name="generator" content=
  "HTML Tidy for OS/2 (vers 1 September 2005), see www.w3.org">
<style type="text/css">
      del { font-weight:bold;background-color:#ffa0a0 }
      ins { font-weight:bold;background-color:#a0ffa0 }
      blockquote {
      display: block;
      font-family: "Times New Roman";
      background-color:lightgray;
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 40px;
      margin-right: 40px
      }
</style>

  <title>N23zz: Floating-point and intmax_t</title>
</head>

<body>
  <p><br>
  <!-- Who are the authors... -->
   <b>Submitter:</b>Fred Tydeman<br>
  <!-- What is the date of submission. yyyy-mm-dd -->
   <b>Submission Date:</b> 2019-10-zz<br>
  <b>Document:</b> WG14 N23zz<br>
  <b>Title:</b>N23zz: Floating-point and intmax_t<br>
  <b>Reference Documents:</b></p>

  <p>Summary</p>

  <p>intmax_t has been shown to not work (due to bigger types being
  added in the future). So uses of intmax_t in the floating-point
  part of C2x should be changed.</p>

  <p>Technical Corrigendum:</p>

  <p>In 7.12.7.2 The compoundn functions: Change "intmax_t" to
  "long long".</p>

  <p>In 7.12.7.6 The pown functions: Change "intmax_t" to "long
  long".</p>

  <p>In 7.12.7.8 The rootn functions: Change "intmax_t" to "long
  long".</p>

  <p>In 7.12.9.10 The fromfp and ufromfp functions: Change
  "intmax_t" to "long long" and "uintmax_t" to "unsigned long
  long".</p>

  <p>In 7.12.9.11 The fromfpx and ufromfpx functions: Change
  "intmax_t" to "long long" and "uintmax_t" to "unsigned long
  long".</p>
</body>
</html>