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