Difference between revisions of "$atan"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 1: Line 1:
Trigonometric function to return the arctangent (y/x) of an angel.
+
Trigonometric function to return the arctangent (y/x) of an angle.
  
 
  $atan(N)[.deg]
 
  $atan(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==
[[$tan]] for getting the tangent of an angel.
+
[[$tan]] for getting the tangent of an angle.
  
 
[[Category:Text and Number Identifiers]]
 
[[Category:Text and Number Identifiers]]

Latest revision as of 03:59, 14 March 2010

Trigonometric function to return the arctangent (y/x) of an angle.

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

See also

$tan for getting the tangent of an angle.