CoS

From BR Wiki
Revision as of 16:57, 22 May 2014 by Laura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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