diff options
Diffstat (limited to 'libquadmath/libquadmath.texi')
-rw-r--r-- | libquadmath/libquadmath.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index f361ea934f3..f2557c8e61a 100644 --- a/libquadmath/libquadmath.texi +++ b/libquadmath/libquadmath.texi @@ -109,6 +109,9 @@ The following macros are defined, which give the numeric limits of the @item @code{FLT128_MANT_DIG}: number of digits in the mantissa (bit precision) @item @code{FLT128_MIN_EXP}: maximal negative exponent @item @code{FLT128_MAX_EXP}: maximal positive exponent +@item @code{FLT128_DIG}: number of decimal digits in the mantissa +@item @code{FLT128_MIN_10_EXP}: maximal negative decimal exponent +@item @code{FLT128_MAX_10_EXP}: maximal positive decimal exponent @end table The following mathematical constants of type @code{__float128} are defined. @@ -260,10 +263,6 @@ The function @code{dmath_strtopQ} converts a string into a @item Syntax @code{__float128 strtoflt128 (const char *s, char **sp)} -@c The return values are defined in gdtoa/gdtoa.h STRTOG_* -@c However, the values are currently not exported - thus we -@c do not define them here, either. - @item @emph{Arguments}: @multitable @columnfractions .15 .70 @item @var{s} @tab input string |