-
-
Notifications
You must be signed in to change notification settings - Fork 623
Add half-angle transformations #32389
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
Comments
Branch: u/charpent/half_angle |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
comment:3
This passes ptestlong without any new failure. ==> |
Author: Emmanuel Charpentier |
comment:5
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
|
This comment has been minimized.
This comment has been minimized.
Reviewer: Samuel Lelièvre |
comment:8
This is a good thing to add. I rebased on Sage 9.4.rc2 and added a commit with:
Set to positive review if you agree with these changes. |
Changed branch from u/charpent/half_angle to u/slelievre/32389 |
comment:10
Replying to @slel:
Indeed...
??? Not for me. Go figure...
Smart. I should have thought of this, I didn't...
I'm still struggling with ResStructuredText (too much markup syntaxes : LaTeX, Markdown, Org, Oxygen, WikiFormatting and now this...). Thanks a lot !
Thanks ! I do. BTW : you should be co-author, but I'm almost sure that Trac will balk at the same name in In the same spirit (probably more useful), you may be interested in my attempt to #10038 (demoivre/exponentialize). |
comment:11
The FriCAS output can be a different ticket. Trac won't mind us being co-authors and Regarding #10038, I saw you pushed a branch |
Changed author from Emmanuel Charpentier to Emmanuel Charpentier, Samuel Lelièvre |
Changed reviewer from Samuel Lelièvre to Samuel Lelièvre, Emmanuel Charpentier |
comment:13
Merge conflict |
sagemathgh-38466: introduce half-angle transformations tentative to replay sagemath#32389 it will fix sagemath#32389 ### 📝 Checklist - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38466 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
In some circumstances (e.g. integration),
it may be useful to rewrite
as expressions in tan(x/2),
as expressions in tanh(x/2)
This ticket implements a method
for this transformation.
CC: @slel
Component: symbolics
Author: Emmanuel Charpentier, Samuel Lelièvre
Branch/Commit: u/slelievre/32389 @
a60e101
Reviewer: Samuel Lelièvre, Emmanuel Charpentier
Issue created by migration from https://trac.sagemath.org/ticket/32389
The text was updated successfully, but these errors were encountered: