tan
double tan (double inputValue);
Purpose
Computes the tangent of the specified argument. The argument must be measured in radians.
Parameters
Input | ||
Name | Type | Description |
inputValue | double | Contains the argument to the function. This value must be measured in radians. |
Return Value
Name | Type | Description |
result | double | Contains the resulting tangent value. This value is valid only if inputValue is measured in radians. The function returns NaN when infinity or an unrepresentable number is used as the argument. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later