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