Returns the radian value of a given tan number.
Syntax
value = InvRadTan (input)
Description
The function takes a tan number input, and returns the radian value of that. This function will only ever return a value between -pi/2 and pi/2 radians because of the way tan numbers work.
The function takes a tan number input, and returns the radian value of that.
This function will only ever return a value between -pi/2 and pi/2 radians because of the way tan numbers work.