Last updated 1 year ago
Was this helpful?
inputValue: Floating-point input value, in the range (negative-infinity:positive-infinity)
Examples
Computes the Arctangent (inverse tangent) of a value.
SELECT ATAN(0) -- 0.0
SELECT ATAN(1) -- 0.7853981633974483
SELECT ATAN(-1) -- -0.7853981633974483
SELECT ATAN(19564.7) -- 1.5707452143321894