fix formula for logb in n1570.html
[c-standard] / n1570.html
index a756b02..b2639fc 100644 (file)
@@ -13131,7 +13131,7 @@ unsigned long long int
  format. If x is subnormal it is treated as though it were normalized; thus, for positive
  finite x,
 <pre>
-       1 &lt;= x FLT_RADIX<sup>-logb(x)</sup> &lt; FLT_RADIX
+       1 &lt;= x FLT_RADIX<sup>-logb(x)</sup> &lt; FLT_RADIX
 </pre>
  A domain error or pole error may occur if the argument is zero.
 <p><b>Returns</b>