snowflake.snowpark.functions.atan2¶
- snowflake.snowpark.functions.atan2(y: Union[Column, str], x: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L1793-L1810)¶
Computes the inverse tangent (arc tangent) of its input; the result is a number in the interval [-pi, pi].
- Example::