jax.numpy.arcsin

Contents

jax.numpy.arcsin#

jax.numpy.arcsin(x, /)[source]#

Inverse sine, element-wise.

LAX-backend implementation of numpy.arcsin().

Original docstring below.

Parameters:

x (array_like) – y-coordinate on the unit circle.

Returns:

angle – The inverse sine of each element in x, in radians and in the closed interval [-pi/2, pi/2]. This is a scalar if x is a scalar.

Return type:

ndarray

References

Abramowitz, M. and Stegun, I. A., Handbook of Mathematical Functions, 10th printing, New York: Dover, 1964, pp. 79ff. https://personal.math.ubc.ca/~cbm/aands/page_79.htm