-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
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
error when evaluating symbolic expression involving cotangent of a complex number #29409
Comments
Branch: public/29409 |
comment:2
I changed the name of the
For consistency, I made the same change to the class New commits:
|
Commit: |
Author: Dave Morris |
comment:3
Do we want to deprecate
|
comment:4
Yes, we should deprecate |
comment:5
This is not official, but we usually do
instead of
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Yes, that's better than what I wrote. Thanks for the correction. |
comment:8
LGTM. |
comment:9
Thanks for the review. Does the ticket need a reviewer name, or can that be left blank? |
Reviewer: Kwankyu Lee |
Changed branch from public/29409 to |
This issue is split off from #29400. The command
cot(1 + I).n()
gives aTypeError
:There is no such error for
sin
,cos
,tan
,sec
, orcsc
.I believe this can be fixed by renaming the
cotan
method of theComplexNumber
class tocot
, and I will upload a PR soon.Component: symbolics
Keywords: cotangent, complex
Author: Dave Morris
Branch/Commit:
b941d30
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/29409
The text was updated successfully, but these errors were encountered: