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