arcsin( z )
The inverse sine of z in SageMath. Alias of asin.
Plot on the real axis:
show( plot( arcsin(x), x, -1, 1, figsize=[4.5,2], color=(0,.5,1) ) )
Series expansion about the origin:
show( maxima( arcsin(z) ).taylor(z,0,7) )
Special values:
show( arcsin(-1,hold=True), '=', arcsin(-1) )
Related functions: sin asin
Function category: circular functions sagemath-docs