$acos: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Aca20031 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Trigonometric function to return the arccosine (1/x) of an angel.
Trigonometric function to return the arccosine (1/x) of an angle.


  $acos(N)[.deg]
  $acos(N)[.deg]
* N is an angel in radians.
* N is an angle in radians.
* The .deg property allows N to be given in degrees
* The .deg property allows N to be given in degrees


==See also==
==See also==
[[$cos]] for getting the cosine of an angel.
[[$cos]] for getting the cosine of an angle.


[[Category:Text and Number Identifiers]]
[[Category:Text and Number Identifiers]]

Latest revision as of 02:00, 14 March 2010

Trigonometric function to return the arccosine (1/x) of an angle.

$acos(N)[.deg]
  • N is an angle in radians.
  • The .deg property allows N to be given in degrees

See also

$cos for getting the cosine of an angle.