pyarrow.compute.asin#

pyarrow.compute.asin(x, /, *, memory_pool=None)#

Compute the inverse sine.

NaN is returned for invalid input values; to raise an error instead, see “asin_checked”.

Parameters:
xArray-like or scalar-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.