fix formula for logb in n1570.html master
authornsz <nsz@port70.net>
Sun, 11 Nov 2012 19:06:02 +0000 (20:06 +0100)
committernsz <nsz@port70.net>
Sun, 11 Nov 2012 19:06:02 +0000 (20:06 +0100)
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>
  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>
 </pre>
  A domain error or pole error may occur if the argument is zero.
 <p><b>Returns</b>