Cos

From Mesham
Revision as of 12:31, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

Overview

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

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

Example

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