snowflake.snowpark.functions.acos¶
- snowflake.snowpark.functions.acos(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.0/snowpark-python/src/snowflake/snowpark/functions.py#L2268-L2285)¶
Computes the inverse cosine (arc cosine) of its input; the result is a number in the interval [-pi, pi].
- Example::