Arctan

The inverse tangent function

fun arctan(number)

Parameters

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

Didn't find what you were looking for?

Contact Us