C Run-Time Library Reference
sinh
hyperbolic sine
Synopsis
#include <math.h>
double sinh(double x);
float sinhf (float x);
Description
The
function returns the hyperbolic sine of the argument
sinh
Error Conditions
The
function returns the IEEE constant
sinh
side the domain
Example
#include <math.h>
double x,y;
y = sinh(x);
See Also
cosh
3-118
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
x
if the argument is out-
+Inf
for ADSP-219x DSPs
.
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers