Sinh-func
The sinh(x) function is the hyperbolic form of sin(x).
double sinh(double x)
x
Returns the hyperbolic sine of x.
aa = sinh(10); aa = ; //should return 11013.232874703
cosh, tanh, coth, sech, csch