Lines Matching refs:value

18 @value{mult}
21 @value{infty}
25 @value{pie}
148 same value as @code{M_PI}. This constant is not standard; it may have
174 You can also compute the value of pi with the expression @code{acos
187 radians. The return value is in the range @code{-1} to @code{1}.
200 radians. The return value is in the range @code{-1} to @code{1}.
337 These functions compute the arcsine of @var{x}---that is, the value whose
338 sine is @var{x}. The value is in units of radians. Mathematically,
356 These functions compute the arccosine of @var{x}---that is, the value
357 whose cosine is @var{x}. The value is in units of radians.
375 These functions compute the arctangent of @var{x}---that is, the value
376 whose tangent is @var{x}. The value is in units of radians.
392 @var{x} is permitted to be zero. The return value is given in radians
419 value whose sine is @var{z}. The value returned is in radians.
435 value whose cosine is @var{z}. The value returned is in radians.
452 the value whose tangent is @var{z}. The value is in units of radians.
562 floating-point value. If @code{FLT_RADIX} is two, @code{logb} is equal
602 @code{ilogb} returns this value if its argument is @code{0}. The
603 numeric value is either @code{INT_MIN} or @code{-INT_MAX}.
610 @code{llogb} returns this value if its argument is @code{0}. The
611 numeric value is either @code{LONG_MIN} or @code{-LONG_MAX}.
618 @code{ilogb} returns this value if its argument is @code{NaN}. The
619 numeric value is either @code{INT_MIN} or @code{INT_MAX}.
626 @code{llogb} returns this value if its argument is @code{NaN}. The
627 numeric value is either @code{LONG_MIN} or @code{LONG_MAX}.
649 /* @r{Some other value with large exponent,}
668 is negative and @var{power} is not an integral value. @code{pow} can't
700 fail; every representable real value has a representable real cube root.
729 These functions return a value equivalent to @code{exp (@var{x}) - 1}.
744 These functions return a value equivalent to @w{@code{log (1 + @var{x})}}.
766 Mathematically, this corresponds to the value
786 Mathematically, this corresponds to the value
809 These functions return the base 10 logarithm of the complex value
810 @var{z}. Mathematically, this corresponds to the value
955 value whose hyperbolic sine is @var{x}.
968 value whose hyperbolic cosine is @var{x}. If @var{x} is less than
982 value whose hyperbolic tangent is @var{x}. If the absolute value of
999 @var{z}---the value whose complex hyperbolic sine is @var{z}.
1012 @var{z}---the value whose complex hyperbolic cosine is @var{z}. Unlike
1013 the real-valued functions, there are no restrictions on the value of @var{z}.
1026 @var{z}---the value whose complex hyperbolic tangent is @var{z}. Unlike
1027 the real-valued functions, there are no restrictions on the value of
1083 @code{lgamma} returns the natural logarithm of the absolute value of
1316 mathematically correct value of the function (interpreted together
1318 exact value passed as the input. Exceptions are raised appropriately
1319 for this value and in accordance with IEEE 754 / ISO C / POSIX
1324 with the infinite-precision value.)
1329 in 106 bits of precision; it is as if the input value is some value
1330 within 0.5ulp of the value actually passed, where ``ulp'' is
1332 necessarily the exact value actually passed with discontiguous
1342 inconsistent with the returned value, since the underlying
1354 threshold for the current rounding direction, the value returned is
1355 the appropriate overflow value for the current rounding direction,
1360 subnormal magnitude, the returned value is either zero or the least
1366 exactly representable as a floating-point value, the function does not
1367 behave as if the computed infinite-precision result is an exact value
1414 number generator works by remembering a @dfn{seed} value which it uses
1428 by specifying the same initial seed value for the random number
1429 generator. There is no standard meaning for a particular seed value;
1462 The value of this macro is an integer constant representing the largest
1463 value the @code{rand} function can return. In @theglibc{}, it is
1473 series. The value ranges from @code{0} to @code{RAND_MAX}.
1482 established with @code{srand}, it uses the value @code{1} as a default
1525 The value returned ranges from @code{0} to @code{2147483647}.
1528 @code{int32_t} value to indicate that the return value always contains
1542 generator based on the integer @var{seed}. If you supply a @var{seed} value
1559 The return value is the previous value of the state information array.
1560 You can use this value later as an argument to @code{setstate} to
1571 The return value is the previous value of the state information array.
1572 You can use this value later as an argument to @code{setstate} to
1575 If the function fails the return value is @code{NULL}.
1681 This function returns a @code{double} value in the range of @code{0.0}
1696 This function returns a @code{double} value in the range of @code{0.0}
1708 The @code{lrand48} function returns an integer value in the range of
1756 are initialized to the value @code{0x330E}. Even if the @code{long
1783 The value returned by @code{seed48} is a pointer to an array containing
1786 Otherwise the value can simply be ignored.
1808 constant @code{a} and @code{@var{param}[6]} determines the 16-bit value
1837 The return value of the function indicates whether the call succeeded.
1838 If the value is less than @code{0} an error occurred and @code{errno} is
1855 The return value is non-negative if the call succeeded.
1868 If the return value of the function is non-negative the variable pointed
1884 If the return value is non-negative the variable pointed to by
1895 functions it uses the random number generator described by the value in
1898 If the return value is non-negative the variable pointed to by
1913 If the return value is non-negative the variable pointed to by
1948 If the return value is non-negative the function call succeeded.
1960 If the return value is non-negative the function call succeeded. It
1980 If the return value is non-negative the function call succeeded.