Skip to content
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

Optimise sine and cosine for functions. #5

Open
michalkonecny opened this issue Dec 10, 2014 · 0 comments
Open

Optimise sine and cosine for functions. #5

michalkonecny opened this issue Dec 10, 2014 · 0 comments
Labels

Comments

@michalkonecny
Copy link
Owner

Currently, the test

https://github.com/michalkonecny/aern/blob/master/aern-poly-plot-gtk/demos/testSineCosine.hs

is quite slow to produce not very accurate enclosures of sine and cosine.

In particular, sin(x+1) behaves much worse than sin(x), which should not happen.
Try fix small problems but postpone larger steps, such as trying new representations or a different series than the Taylor series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant