Sin
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Sin

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its sine.

Function signature

SIN(number: Number) => Number
ParameterDescription
NumberAngle in radians to calculate sine for

Examples

FormulaReturn value
SIN(0)0
SIN(PI() / 6)0.5
SIN(PI() / 2)1

Was this article helpful?

What's Next