-
Notifications
You must be signed in to change notification settings - Fork 44
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
Interval cosine function broken #13
Comments
I have reproduced this locally; it appears that none of the rounding policies provide |
This functionality has been missing for a long time. |
For transcendental functions, you need to specify the rounding policy. For example:
Read more about the rounding policy for transcendental functions here. |
The above solution didn't work for me. But I found a working example here: https://stackoverflow.com/questions/47488323/boost-interval-with-multiprecision
|
Code to reproduce:
Error message:
Compiled against a fresh clone.
The text was updated successfully, but these errors were encountered: