Crossware

Table of Contents        Previous topic       Next topic       

COMPILER LIBRARY FUNCTIONS->Detailed Descriptions->cosh() coshl()

Summary

#include <math.h>
    
double cosh(double x)Calculate hyperbolic cosine to double precision
long double coshl(long double x)Calculate hyperbolic cosine to long double precision

Parameter
    
xFloating point value of angle in radians
Description

These functions calculate the hyperbolic cosine of x.



Return

These functions return the hyperbolic cosine of the value passed.