Open
Description
The known series for asec
/acsc
are not implemented:
sage: asec(x).series(x==oo)
(arcsec(+Infinity)) + Order(+Infinity)
sage: acsc(x).series(x==oo)
(arccsc(+Infinity)) + Order(+Infinity)
This would need series growing in 1/x
so is not possible at the moment.
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/20090