arccsc( z )
The inverse cosecant of z in SageMath. Alias of acsc.
Plot on the real axis:
p1 = plot( arccsc(x), x, -5, -1, figsize=[4.5,2], color=(0,.5,1) )
Series expansion about unity:
show( maxima( arccsc(z) ).taylor(z,1,3) )
Special values:
show( arccsc(-oo,hold=True), '=', arccsc(-oo) )
Related functions: csc acsc
Function category: circular functions sagemath-docs