Cos

From Mesham
Revision as of 22:04, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This cos[n] function will find the cosine of the value or variable ''n'' passed to it. '''Pass''' A double to find cosine of '''Returns''' A double representing …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This cos[n] function will find the cosine of the value or variable n passed to it.

Pass A double to find cosine of Returns A double representing the cosine

Example

var a:=cos[10];
var y;
y:=cos[a];