CoS: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
COS(<[[numeric expression]]>)
The '''COS(X)''' [[internal function]] is a trigonometric function that calculates the cosine of X in radians.
The '''COS(X)''' [[internal function]] is a trigonometric function that calculates the cosine of X in radians.


====Related Functions====
===Example===
 
00010 print COS(3.14)
 
Output:
 
-0.99999
 
===Related Functions===
*[[ATN]]
*[[ATN]]
*[[EXP]]
*[[EXP]]

Latest revision as of 16:57, 22 May 2014

COS(<numeric expression>)

The COS(X) internal function is a trigonometric function that calculates the cosine of X in radians.

Example

00010 print COS(3.14)

Output:

-0.99999

Related Functions