$atan2
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$atan2
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Calculates the arctangent (in radians) of the quotient of two numbers.
Syntax
$atan2(number1,number2)
Parameters
number1 | a number, or an expression that evaluates to a number |
number2 | a number, or an expression that evaluates to a number |
Return Value
Number, with the same number of decimal places as number1.
Comments
Number1 is divided by number2 before the arctangent is calculated.
The value returned by $atan2 has the same number of decimal places as number1.
Example
$atan2(1.000,2)
The above command is equivalent to $atan(0.500) and returns the value 0.464.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5