ID EN
Math

asin

Python 3.11

Return the arc sine of x, in radians. The result is between -pi/2 and pi/2.

Syntax

PYTHON
math.asin(x)