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.
Examples
Syntax
Java
.atanOf(x)
Scratch
([atan v] of (x))
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a value |
Return
double