COS function: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=COS Function |titlemode=append |keywords=planfix, function, cosine, cosine of a number |description=COS Function }} '''COS''' — returns the cosine of a given angle. == Format == '''COS(number)''' == Important == If the angle is given in degrees, use the RADIANS() function to convert it to radians. == Example == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Description !...") |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
'''COS''' — returns the cosine of a given angle. | '''COS''' — returns the cosine of a given angle. | ||
== Format == | == Format == | ||
'''COS(number)''' | '''COS(number)''' | ||
== Important == | == Important == | ||
If the angle is given in degrees, use the [[ | 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 |