ReferenceFunctionsMath Functions
SIN
Returns the sine of an angle in radians.
Summary
Returns the sine of an angle in radians.
Remarks
- Input is interpreted as radians, not degrees.
- Supports scalar and array-style elementwise evaluation.
Examples
Sine of PI/2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Sine from a cell value
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
Does SIN expect degrees or radians?
SIN expects radians; convert degree inputs first with RADIANS.
Runtime metadata
Category
Math
Signature
SIN(arg1: Number)Arity
min 1, max 1
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PUREELEMENTWISENUMERIC_ONLY
Source