SIN() |
![]() ![]() ![]() |
The SIN() function returns the sine of a value.
Format
SIN(expr)
where
The SIN() function returns the cosine of expr. Angles are measured in degrees.
If expr is a numeric array (a dynamic array where all elements are numeric), the SIN() function operates on each element in turn and returns a numeric array with the same structure as expr.
Example
OPP = HYP * SIN(ANGLE)
This statement finds the length of the opposite side of a right angled triangle from the length of the hypotenuse and the adjacent angle.
See also: |