tanh
double tanh (double inputValue);
Purpose
Computes the hyperbolic tangent of the specified argument.
Parameters
| Input | ||
| Name | Type | Description |
| inputValue | double | Contains the argument to the function. |
Return Value
| Name | Type | Description |
| result | double | Contains the resulting hyperbolic tangent value. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later