]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libquadmath/libquadmath.texi
Simple patch only add assumed-rank to the list of possible attributes.
[thirdparty/gcc.git] / libquadmath / libquadmath.texi
index 7628baaf460c8860293a96c6efc7433e2ec77aad..253895f7ef9a68b9a94d06b1f6f48662738ca2b3 100644 (file)
@@ -6,7 +6,7 @@
 @c %**end of header
 
 @copying
-Copyright @copyright{} 2010-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 2010-2020 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -157,6 +157,7 @@ The following mathematical functions are available:
 @item @code{cosq}: cosine function
 @item @code{erfq}: error function
 @item @code{erfcq}: complementary error function
+@item @code{exp2q}: base 2 exponential function
 @item @code{expq}: exponential function
 @item @code{expm1q}: exponential minus 1 function
 @need 800
@@ -173,6 +174,7 @@ The following mathematical functions are available:
 @item @code{ilogbq}: get exponent of the value
 @item @code{isinfq}: check for infinity
 @item @code{isnanq}: check for not a number
+@item @code{issignalingq}: check for signaling not a number
 @item @code{j0q}: Bessel function of the first kind, first order
 @item @code{j1q}: Bessel function of the first kind, second order
 @item @code{jnq}: Bessel function of the first kind, @var{n}-th order