Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

trigonometric symmetry wrong #170

Closed
rwst opened this issue Apr 6, 2016 · 1 comment
Closed

trigonometric symmetry wrong #170

rwst opened this issue Apr 6, 2016 · 1 comment
Labels

Comments

@rwst
Copy link
Member

rwst commented Apr 6, 2016

Somewhere after 0.6.4 crept in:

sage: sin(104/105*pi)
sin(1/105*pi)
sage: sin(-104/105*pi)
sin(1/105*pi)
sage: cos(104/105*pi)
-cos(1/105*pi)
sage: cos(-104/105*pi)
cos(1/105*pi)
sage: sin(1/105*pi)
sin(1/105*pi)
sage: sin(-1/105*pi)
sin(1/105*pi)
sage: sin(-1)
-sin(1)
sage: cos(-1)
cos(1)
@aaditya-thakkar
Copy link
Contributor

@rwst, I have created a PR #171 regarding this, please have a look. :)

@rwst rwst closed this as completed in c7da4da Apr 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants