Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->tanh() tanhl()

Summary

#include <math.h>
    
double tanh(double x)Calculate hyperbolic tangent to double precision
long double tanhl(long double x)Calculate hyperbolic tangent to long double precision

Parameter
    
xFloating point value of angle in radians

Description

These functions calculate the hyperbolic tangent of x.



Return

These functions return the hyperbolic tangent of the value passed.