Table of Contents Previous topic Next topic
C LIBRARY FUNCTIONS->Detailed Descriptions->tanh() tanhl()
Summary
#include <math.h>
| double tanh(double x) | Calculate hyperbolic tangent to double precision |
| long double ltanh(long double x) | Calculate hyperbolic tangent to long double precision |
| x | Floating point value of angle in radians |