Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

implement less than or equal to #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dpo
Copy link

@dpo dpo commented Jul 22, 2017

No description provided.

@@ -107,6 +107,9 @@ function <{T}(x::Double{T}, y::Double{T})
x.hi + x.lo < y.hi + y.lo
end

import Base.≤
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need to import again here.
Already imported above at line 6.

@GregPlowman
Copy link
Contributor

Add tests?

@dpo
Copy link
Author

dpo commented Aug 11, 2017

Should be better now. Thanks.

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

Successfully merging this pull request may close these issues.

2 participants