atan.md 261 B

ATAN

Returns the arctangent of the input numeric expression as an angle, expressed in radians.

ROW a=12.9
| EVAL atan=ATAN(a)