-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
doctest special values of trig. functions with arguments (m/n)*pi #18954
Comments
This comment has been minimized.
This comment has been minimized.
Dependencies: pynac-0.4.3 |
comment:2
New code in Pynac does the following:
This ticket should merge them as doctests. |
Upstream: Fixed upstream, but not in a stable release. |
comment:4
This is fine with #18980. Could you add doctests for them
|
Author: Ralf Stephan |
Commit: |
New commits:
|
Changed upstream from Fixed upstream, but not in a stable release. to none |
Changed dependencies from pynac-0.4.3 to #18980 |
Reviewer: Vincent Delecroix |
comment:7
The patchbot is not happy because it is not able to apply #18980. But it is fine for me. |
Changed branch from u/rws/special_values_of_trig__functions_with_arguments__m_n__pi to |
Sage immediately returns exact expressions for trig. functions with argument a multiple of
pi/3
,pi/4
,pi/6
and some ofpi/5
because they are just square roots. The other values of e.g.sin(n*pi/5)
are quite simple too, but they are roots of 4-degree so they were not added.However, people expect this so they should be added.
Depends on #18980
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
e7ce7ce
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/18954
The text was updated successfully, but these errors were encountered: