COS function: Difference between revisions

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


== Important ==
== Important ==
If the angle is given in degrees, use the [[RADIANS function]] to convert it to radians.
If the angle is given in degrees, use the [[RADIANS function|RADIANS()]] to convert it to radians.


== Example ==
== Example ==

Latest revision as of 08:16, 16 February 2024

COS — returns the cosine of a given angle.

Format

COS(number)

Important

If the angle is given in degrees, use the RADIANS() to convert it to radians.

Example

Formula Description Result
COS(1.047) Cosine of 1.047 radians 0.5001711
COS(RADIANS(60)) Cosine of 60 degrees 0.5


Go To

Standard functions