Difference between revisions of "Cos"

From Mesham
Jump to navigationJump to search
m
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
This cos[d] function will find the cosine of the value or variable ''d'' passed to it.
+
This cos(d) function will find the cosine of the value or variable ''d'' passed to it.
  
 
* '''Pass:''' A double to find cosine of
 
* '''Pass:''' A double to find cosine of

Revision as of 12:38, 13 January 2013

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.4);
var y:=cos(a);