ATAN
Purpose
This function returns the arctangent of number n
. The result is between -π/2
and π/2
.
Syntax
atan::=
Example
SELECT ATAN(1);