Difference between revisions of "Acos"
From Mesham
Jump to navigationJump to search (Created page with '== Overview == The acos[d] function will find the inverse cosine of the value or variable ''d'' passed to it. * '''Pass:''' A double to find the inverse cosine of * '''Returns…') |
m |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | The acos | + | The acos(d) function will find the inverse cosine of the value or variable ''d'' passed to it. |
* '''Pass:''' A double to find the inverse cosine of | * '''Pass:''' A double to find the inverse cosine of |
Revision as of 12:39, 13 January 2013
Overview
The acos(d) function will find the inverse cosine of the value or variable d passed to it.
- Pass: A double to find the inverse cosine of
- Returns: A double representing the inverse cosine
Example
var d:=acos(10.4); var y:=acos(d);