Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER LIBRARY FUNCTIONS->Detailed Descriptions->sinh() sinhl()

Summary

#include <math.h>
    
double sinh(double x)Calculate hyperbolic sine to double precision
long double lsinh(long double x)Calculate hyperbolic sine to long double precision

Parameter
    
xFloating point value of angle in radians

Description

These functions calculate the hyperbolic sine of x.



Return

These functions return the hyperbolic sine of the parameter passed.