Arctan
The inverse tangent function
fun arctan(number)
Parameters
- number: A dimensionless number value
Discussion
arctan
is the inverse of tan
so if arctan(number) == x
then tan(x) == number
. The returned number is in terms of radians:
arctan(0)
arctan(1)
0 rad
0.79 rad