Formualizer Docs
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
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
1
Sine from a cell value
Grid
CellValue
Formula
=
Result
Not evaluated yet.
Expected
0

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

arg1

Number · Scalar · coercion NumberLenientText

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page