Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Guardian Native C Library Calls Reference Manual
trigonometric sine function for a float value sinf: Computes the ..................................... sinf(3)
hyperbolic sine function for a float value sinhf: Computes the ................................... sinhf(3)
hyperbolic tangent function for a float value tanhf: Computes the ................................... tanhf(3)
the true gamma function for a float value tgammaf: Computes ................................... tgammaf(3)
error function for a float value /the complementary ................................... erfcf(3)
function minus 1.0 for a float value /the exponential .......................................... expm1f(3)
absolute value function for a float value /the floating-point ...................................... fabsf(3)
of the gamma function for a float value /the logarithm ............................................. lgammaf(3)
of a division operation for a float value /the remainder ............................................. remainderf(3)
cosine function for a float value /the trigonometric ...................................... cosf(3)
tangent function for a float value /the trigonometric ...................................... tanf(3)
cosine function for a oat value /trigonometric ............................................. acosf(3)
tangent function for a float value /trigonometric ............................................. atanf(3)
Euclidean distance function for float values /Computes the ........................................... hypotf(3)
positive difference between two float values fdimf: Computes the ................................. fdimf(3)
the multiply-add operation for float values fmaf: Computes ........................................ fmaf(3)
of a division operation for float values /modulo remainder ................................... fmodf(3)
operation with quotient for float values /of a division ............................................. remquof(3)
tangent function of y/x for float values /trigonometric ........................................... atan2f(3)
function fabs: Computes the oating-point absolute value ........................................ fabs(3)
function for/ fabsf: Computes the floating-point absolute value ........................................ fabsf(3)
function for/ fabsl: Computes the floating-point absolute value ........................................ fabsl(3)
fegetenv: Gets the floating-point environment ........................................... fegetenv(3)
feholdexcept: Saves the floating-point environment ........................................... feholdexcept(3)
fesetenv: Sets the floating-point environment ........................................... fesetenv(3)
feupdateenv: Updates the oating-point environment ...........................................
feupdateenv(3)
feclearexcept: Clears floating-point exception flags ....................................... feclearexcept(3)
fegetexceptflag: Gets floating-point exception flags ....................................... fegetexceptflag(3)
feraiseexcept: Raises floating-point exception flags ....................................... feraiseexcept(3)
fesetexceptflag: Sets floating-point exception flags ....................................... fesetexceptflag(3)
fetestexcept: Raises floating-point exception flags ....................................... fetestexcept(3)
to nearest integer value in floating-point format /number ..................................... round(3)
to nearest integer value in floating-point format /number ..................................... roundf(3)
to nearest integer value in floating-point format /number ..................................... roundl(3)
Rounds oating-point numbers to floating-point integers ceil: .......................................... ceil(3)
Rounds oating-point numbers to floating-point integers floor: ........................................ floor(3)
cbrt: Computes the cube root of a floating-point number ................................................... cbrt(3)
/Computes the next representable floating-point number ................................................... nexttoward(3)
of 2 ldexp: Multiplies a floating-point number by a power ................................ ldexp(3)
exponent of a radix-independentoating-point number /Computes ............................... scalb(3)
exponent of a radix-independentoating-point number /integral ................................... scalbln(3)
integral and/ modf: Breaks a floating-point number into ............................................ modf(3)
fraction and a/ frexp: Breaks a floating-point number into a ......................................... frexp(3)
nite: Tests whether a floating-point number is infinite ..................................nite(3)
Computes the square root of a floating-point number sqrt: .......................................... sqrt(3)
radix-independent exponent as a floating-point number /the ........................................... logb(3)
representable double-precision floating-point number /the next ................................... nextafter(3)
exponent of a radix-independentoating-point number /the ........................................... scalbn(3)
truncated integer/ trunc: Rounds floating-point number to ............................................... trunc(3)
ecvt: Converts a floating-point number to a string ................................. ecvt(3)
fcvt: Converts a floating-point number to a string ................................. fcvt(3)
gcvt: Converts a floating-point number to a string ................................. gcvt(3)
long long integer/ llrint: Rounds floating-point number to nearest .................................. llrint(3)
long long/ llround: Rounds floating-point number to nearest .................................. llround(3)
long integer value lrint: Rounds floating-point number to nearest ..................................
lrint(3)
long
integer/ lround: Rounds floating-point number to nearest .................................. lround(3)
integral value nearbyint: Rounds floating-point number to nearest .................................. nearbyint(3)
integer value in/ round: Rounds floating-point number to nearest .................................. round(3)
/the maximum numeric value of two floating-point numbers .................................................. fmax(3)
/the minimum numeric value of two floating-point numbers .................................................. fmin(3)
floating-point/ ceil: Rounds floating-point numbers to ............................................. ceil(3)
floating-point/ floor: Rounds floating-point numbers to ............................................. floor(3)
integral value rint: Rounds floating-point numbers to nearest ................................ rint(3)
fegetround: Gets the current floating-point rounding direction ................................. fegetround(3)
fesetround: Sets the floating-point rounding direction ................................. fesetround(3)
Pindex22 Hewlett-Packard Company 527192-018