SIN function: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
Line 13: Line 13:


== Important ==
== Important ==
If the argument is given in degrees, convert it to radians using the [[RADIANS Function]].
If the argument is given in degrees, convert it to radians using the [[RADIANS function]].





Revision as of 08:13, 9 February 2024

SIN — returns the sine of the specified angle.


Format

SIN(number)


Important

If the argument is given in degrees, convert it to radians using the RADIANS function.


Example

Formula Description Result
SIN(PI()/2) Sine of pi/2 radians 1.0
SIN(30*PI()/180) Sine of a 30-degree angle. 0.5
SIN(RADIANS(30)) Sine of 30 degrees. 0.5


Go To

Standard functions