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

Rounding modes #12

Open
dpsanders opened this issue Nov 8, 2017 · 1 comment
Open

Rounding modes #12

dpsanders opened this issue Nov 8, 2017 · 1 comment

Comments

@dpsanders
Copy link

dpsanders commented Nov 8, 2017

This is a very nice package, congrats!

However, to use this as a drop-in replacement for Float64 and BigFloat in the context ofIntervalArithmetic.jl, it would be necessary to be able to do operations with given rounding mode, e.g.

+(x, y, RoundDown)
sin(x, RoundUp)

I suspect that this is a Hard Problem, but just thought I should record it.
cc @JeffreySarnoff

@saschatimme
Copy link
Owner

This is definitely a hard problem and I really don't see a straightforward way to achieve this at the moment. But I agree that it is good to record it.

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

No branches or pull requests

2 participants