Operators::atanOf()
"atan" is the abbreviation for "arctangent" and is also sometimes written as tan\u22121. When given the ratio (in decimal form) of the length of the opposite side and adjacent side of a right triangle, it finds the angle.
Syntax
Java
.atanOf(x)
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a value |
Return
double
