Handbook
Glossary
sinh ( x -- y )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Trigonometric and hyperbolic functions
Prev:
cosh ( x -- y )
Next:
tanh ( x -- y )
Vocabulary
math
.
functions
Inputs and outputs
x
a
number
y
a
number
Word description
Hyperbolic sine.
Definition
IN:
math.functions
GENERIC:
sinh
( x -- y )
foldable
flushable
Methods
USING:
kernel
math
math.functions
math.libm
;
M:
complex
sinh
>float-rect
[
[
fsinh
]
[
fcos
]
bi*
*
]
[
[
fcosh
]
[
fsin
]
bi*
*
]
2bi
rect>
;
USING:
math
math.functions
math.libm
;
M:
float
sinh
fsinh
;
inline
USING:
math
math.functions
;
M:
real
sinh
>float
sinh
;
inline