#include "math.h"
#include "mathP.h"
Include dependency graph for s_tanh.c:
Go to the source code of this file.
Functions | |
double | tanh (double x) |
Variables | |
double | one = 1.0 two=2.0 tiny = 1.0e-300 |
|
Definition at line 53 of file s_tanh.c. References expm1(), fabs(), GET_HIGH_WORD, and one. Here is the call graph for this function: ![]() |
|
Definition at line 47 of file s_tanh.c. Referenced by tanh(). |