We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The known series for asec/acsc are not implemented:
asec
acsc
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.
1/x
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/20090
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The known series for
asec
/acsc
are not implemented: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
The text was updated successfully, but these errors were encountered: