SIN
Returns the sine of the given angle.
Math & TrigonometryMath Basics
What it does
Returns the sine of an angle (radians).
Syntax
SIN(number)
Arguments
number(number) β Angle in radians.
Examples
Calculate Sine
Sine of Pi/2.
FORMULA
=SIN(PI()/2)
RESULT
1
SAMPLE DATA
| A | |
|---|---|
| 1 | Rad |
| 2 | 1.57 |