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

Avoid use of rationalize in conversion? #53

Closed
lbenet opened this issue Jun 8, 2017 · 4 comments
Closed

Avoid use of rationalize in conversion? #53

lbenet opened this issue Jun 8, 2017 · 4 comments

Comments

@lbenet
Copy link
Member

lbenet commented Jun 8, 2017

See #51

@dpsanders
Copy link
Member

Yes, I think we should just use prevfloat and nextfloat for convert...

@lbenet
Copy link
Member Author

lbenet commented Jun 8, 2017

I'll test that idea...

@dpsanders
Copy link
Member

Basically

convert(Interval, x::Float64) = x..x

with the definition of .. in #37 .

@dpsanders
Copy link
Member

Resolved in the negative (i.e. Keeping rationalise when possible) on #51.

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