Handbook
Glossary
fcosh ( x -- double )
C standard library math functions
Prev:
fatan2 ( x y -- double )
Next:
fsinh ( x -- double )
Vocabulary
math
.
libm
Inputs
x
a
real
Outputs
double
a
real
Word description
Calls the hyperbolic cosine function from the C standard library. User code should call
cosh
instead.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
math.libm
LIBRARY:
libm
FUNCTION-ALIAS:
fcosh
double cosh (
double
x )