This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _abs:
+
.. index:: ABS
.. index:: CABS
.. index:: absolute value
-.. _abs:
-
ABS --- Absolute value
**********************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _acos:
+
.. index:: ACOS
.. index:: DACOS
.. index:: cosine, inverse
-.. _acos:
-
ACOS --- Arccosine function
****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _acosd:
+
.. index:: ACOSD
.. index:: DACOSD
.. index:: cosine, inverse, degrees
-.. _acosd:
-
ACOSD --- Arccosine function, degrees
*************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _acosh:
+
.. index:: ACOSH
.. index:: DACOSH
.. index:: cosine, hyperbolic, inverse
-.. _acosh:
-
ACOSH --- Inverse hyperbolic cosine function
********************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _aimag:
+
.. index:: AIMAG
.. index:: DIMAG
.. index:: complex numbers, imaginary part
-.. _aimag:
-
AIMAG --- Imaginary part of complex number
********************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _aint:
+
.. index:: AINT
.. index:: DINT
.. index:: rounding, floor
-.. _aint:
-
AINT --- Truncate to a whole number
***********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _anint:
+
.. index:: ANINT
.. index:: DNINT
.. index:: rounding, ceiling
-.. _anint:
-
ANINT --- Nearest whole number
******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _asin:
+
.. index:: ASIN
.. index:: DASIN
.. index:: sine, inverse
-.. _asin:
-
ASIN --- Arcsine function
**************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _asind:
+
.. index:: ASIND
.. index:: DASIND
.. index:: sine, inverse, degrees
-.. _asind:
-
ASIND --- Arcsine function, degrees
***********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _asinh:
+
.. index:: ASINH
.. index:: DASINH
.. index:: sine, hyperbolic, inverse
-.. _asinh:
-
ASINH --- Inverse hyperbolic sine function
******************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _atan:
+
.. index:: ATAN
.. index:: DATAN
.. index:: tangent, inverse
-.. _atan:
-
ATAN --- Arctangent function
*****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _atan2:
+
.. index:: ATAN2
.. index:: DATAN2
.. index:: tangent, inverse
-.. _atan2:
-
ATAN2 --- Arctangent function
******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _atan2d:
+
.. index:: ATAN2D
.. index:: DATAN2D
.. index:: tangent, inverse, degrees
-.. _atan2d:
-
ATAN2D --- Arctangent function, degrees
***************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _atand:
+
.. index:: ATAND
.. index:: DATAND
.. index:: tangent, inverse, degrees
-.. _atand:
-
ATAND --- Arctangent function, degrees
**************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _atanh:
+
.. index:: ATANH
.. index:: DATANH
.. index:: tangent, hyperbolic, inverse
-.. _atanh:
-
ATANH --- Inverse hyperbolic tangent function
*********************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_j0:
+
.. index:: BESSEL_J0
.. index:: BESJ0
.. index:: Bessel function, first kind
-.. _bessel_j0:
-
BESSEL_J0 --- Bessel function of the first kind of order 0
**********************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_j1:
+
.. index:: BESSEL_J1
.. index:: BESJ1
.. index:: Bessel function, first kind
-.. _bessel_j1:
-
BESSEL_J1 --- Bessel function of the first kind of order 1
**********************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_jn:
+
.. index:: BESSEL_JN
.. index:: BESJN
.. index:: Bessel function, first kind
-.. _bessel_jn:
-
BESSEL_JN --- Bessel function of the first kind
***********************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_y0:
+
.. index:: BESSEL_Y0
.. index:: BESY0
.. index:: Bessel function, second kind
-.. _bessel_y0:
-
BESSEL_Y0 --- Bessel function of the second kind of order 0
***********************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_y1:
+
.. index:: BESSEL_Y1
.. index:: BESY1
.. index:: Bessel function, second kind
-.. _bessel_y1:
-
BESSEL_Y1 --- Bessel function of the second kind of order 1
***********************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _bessel_yn:
+
.. index:: BESSEL_YN
.. index:: BESYN
.. index:: Bessel function, second kind
-.. _bessel_yn:
-
BESSEL_YN --- Bessel function of the second kind
************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _btest:
+
.. index:: BTEST
.. index:: BBTEST
.. index:: bits, testing
-.. _btest:
-
BTEST --- Bit test function
***************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _char:
+
.. index:: CHAR
.. index:: conversion, to character
-.. _char:
-
CHAR --- Character conversion function
**************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _conjg:
+
.. index:: CONJG
.. index:: DCONJG
.. index:: complex conjugate
-.. _conjg:
-
CONJG --- Complex conjugate function
************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _cos:
+
.. index:: COS
.. index:: DCOS
.. index:: cosine
-.. _cos:
-
COS --- Cosine function
***********************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _cosd:
+
.. index:: COSD
.. index:: DCOSD
.. index:: cosine, degrees
-.. _cosd:
-
COSD --- Cosine function, degrees
*********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _cosh:
+
.. index:: COSH
.. index:: DCOSH
.. index:: cosine, hyperbolic
-.. _cosh:
-
COSH --- Hyperbolic cosine function
***********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _cotan:
+
.. index:: COTAN
.. index:: DCOTAN
.. index:: cotangent
-.. _cotan:
-
COTAN --- Cotangent function
****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _cotand:
+
.. index:: COTAND
.. index:: DCOTAND
.. index:: cotangent, degrees
-.. _cotand:
-
COTAND --- Cotangent function, degrees
**************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _dim:
+
.. index:: DIM
.. index:: IDIM
.. index:: positive difference
-.. _dim:
-
DIM --- Positive difference
***************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _dprod:
+
.. index:: DPROD
.. index:: product, double-precision
-.. _dprod:
-
DPROD --- Double product function
*********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _erf:
+
.. index:: ERF
.. index:: error function
-.. _erf:
-
ERF --- Error function
***********************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _erfc:
+
.. index:: ERFC
.. index:: error function, complementary
-.. _erfc:
-
ERFC --- Error function
************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _exp:
+
.. index:: EXP
.. index:: DEXP
.. index:: logarithm function, inverse
-.. _exp:
-
EXP --- Exponential function
*****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _gamma:
+
.. index:: GAMMA
.. index:: DGAMMA
.. index:: Factorial function
-.. _gamma:
-
GAMMA --- Gamma function
************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _iand:
+
.. index:: IAND
.. index:: BIAND
.. index:: logical and, bitwise
-.. _iand:
-
IAND --- Bitwise logical and
****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ibclr:
+
.. index:: IBCLR
.. index:: BBCLR
.. index:: bits, clear
-.. _ibclr:
-
IBCLR --- Clear bit
*******************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ibits:
+
.. index:: IBITS
.. index:: BBITS
.. index:: bits, extract
-.. _ibits:
-
IBITS --- Bit extraction
************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ibset:
+
.. index:: IBSET
.. index:: BBSET
.. index:: bits, set
-.. _ibset:
-
IBSET --- Set bit
*****************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ichar:
+
.. index:: ICHAR
.. index:: conversion, to integer
-.. _ichar:
-
ICHAR --- Character-to-integer conversion function
**************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ieor:
+
.. index:: IEOR
.. index:: BIEOR
.. index:: logical exclusive or, bitwise
-.. _ieor:
-
IEOR --- Bitwise logical exclusive or
*************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _index-intrinsic:
+
.. index:: INDEX
.. index:: substring position
.. index:: string, find substring
-.. _index-intrinsic:
-
INDEX --- Position of a substring within a string
*************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _int:
+
.. index:: INT
.. index:: IFIX
.. index:: conversion, to integer
-.. _int:
-
INT --- Convert to integer type
*******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ior:
+
.. index:: IOR
.. index:: BIOR
.. index:: logical or, bitwise
-.. _ior:
-
IOR --- Bitwise logical or
**************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ishft:
+
.. index:: ISHFT
.. index:: BSHFT
.. index:: bits, shift
-.. _ishft:
-
ISHFT --- Shift bits
********************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _ishftc:
+
.. index:: ISHFTC
.. index:: BSHFTC
.. index:: bits, shift circular
-.. _ishftc:
-
ISHFTC --- Shift bits circularly
********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _len:
+
.. index:: LEN
.. index:: string, length
-.. _len:
-
LEN --- Length of a character entity
************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _lge:
+
.. index:: LGE
.. index:: lexical comparison of strings
.. index:: string, comparison
-.. _lge:
-
LGE --- Lexical greater than or equal
*************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _lgt:
+
.. index:: LGT
.. index:: lexical comparison of strings
.. index:: string, comparison
-.. _lgt:
-
LGT --- Lexical greater than
****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _lle:
+
.. index:: LLE
.. index:: lexical comparison of strings
.. index:: string, comparison
-.. _lle:
-
LLE --- Lexical less than or equal
**********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _llt:
+
.. index:: LLT
.. index:: lexical comparison of strings
.. index:: string, comparison
-.. _llt:
-
LLT --- Lexical less than
*************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _log:
+
.. index:: LOG
.. index:: ALOG
.. index:: natural logarithm function
-.. _log:
-
LOG --- Natural logarithm function
**********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _log10:
+
.. index:: LOG10
.. index:: ALOG10
.. index:: base 10 logarithm function
-.. _log10:
-
LOG10 --- Base 10 logarithm function
************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _log_gamma:
+
.. index:: LOG_GAMMA
.. index:: LGAMMA
.. index:: Gamma function, logarithm of
-.. _log_gamma:
-
LOG_GAMMA --- Logarithm of the Gamma function
*********************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _max:
+
.. index:: MAX
.. index:: MAX0
.. index:: maximum value
-.. _max:
-
MAX --- Maximum value of an argument list
*****************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _min:
+
.. index:: MIN
.. index:: MIN0
.. index:: minimum value
-.. _min:
-
MIN --- Minimum value of an argument list
*****************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _mod:
+
.. index:: MOD
.. index:: AMOD
.. index:: division, remainder
-.. _mod:
-
MOD --- Remainder function
**************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _mvbits:
+
.. index:: MVBITS
.. index:: BMVBITS
.. index:: bits, move
-.. _mvbits:
-
MVBITS --- Move bits from one integer to another
************************************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _nint:
+
.. index:: NINT
.. index:: IDNINT
.. index:: rounding, nearest whole number
-.. _nint:
-
NINT --- Nearest whole number
*****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _not:
+
.. index:: NOT
.. index:: BNOT
.. index:: logical not, bitwise
-.. _not:
-
NOT --- Logical negation
************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _real:
+
.. index:: REAL
.. index:: REALPART
.. index:: complex numbers, real part
-.. _real:
-
REAL --- Convert to real type
******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _sign:
+
.. index:: SIGN
.. index:: ISIGN
.. index:: sign copying
-.. _sign:
-
SIGN --- Sign copying function
******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _sin:
+
.. index:: SIN
.. index:: DSIN
.. index:: sine
-.. _sin:
-
SIN --- Sine function
**********************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _sind:
+
.. index:: SIND
.. index:: DSIND
.. index:: sine, degrees
-.. _sind:
-
SIND --- Sine function, degrees
*******************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _sinh:
+
.. index:: SINH
.. index:: DSINH
.. index:: sine, hyperbolic
-.. _sinh:
-
SINH --- Hyperbolic sine function
**********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _sqrt:
+
.. index:: SQRT
.. index:: DSQRT
.. index:: square-root
-.. _sqrt:
-
SQRT --- Square-root function
*****************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _tan:
+
.. index:: TAN
.. index:: DTAN
.. index:: tangent
-.. _tan:
-
TAN --- Tangent function
************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _tand:
+
.. index:: TAND
.. index:: DTAND
.. index:: tangent, degrees
-.. _tand:
-
TAND --- Tangent function, degrees
**********************************
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
+.. _tanh:
+
.. index:: TANH
.. index:: DTANH
.. index:: tangent, hyperbolic
-.. _tanh:
-
TANH --- Hyperbolic tangent function
*************************************