sin
- Updated2023-02-21
- 2 minute(s) read
sin
double sin (double inputValue);
Purpose
Computes the sine 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 sine 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 to the function. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later