RADARCTANangle
(RADARCTANx
y
)
With one input, outputs the inverse tangent angle of num
.
The output is given in radians in the range [-PI/2,PI/2].
With two inputs, outputs the inverse tangent angle of y
/ x
.
The output is given in radians in the range [-PI,PI].
SHOW (RADARCTAN 1) = PI/4
true
ARCTAN |