jax.numpy.arcsin
Warning
This page was created from a pull request (#9655).
jax.numpy.arcsin¶
- jax.numpy.arcsin(x)¶
Inverse sine, element-wise.
LAX-backend implementation of
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
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