From: nsz Date: Sun, 11 Nov 2012 19:06:02 +0000 (+0100) Subject: fix formula for logb in n1570.html X-Git-Url: http://nsz.repo.hu/git/?p=c-standard;a=commitdiff_plain;h=674ddaf5bee93cbbab17e76857160b00080e3001 fix formula for logb in n1570.html --- diff --git a/n1570.html b/n1570.html index a756b02..b2639fc 100644 --- a/n1570.html +++ b/n1570.html @@ -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,
-       1 <= x x FLT_RADIX-logb(x) < FLT_RADIX
+       1 <= x FLT_RADIX-logb(x) < FLT_RADIX
 
A domain error or pole error may occur if the argument is zero.

Returns