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

Update definition of < operator#29

Open
GregPlowman wants to merge 2 commits intoJuliaMath:masterfrom
GregPlowman:glp/lessthan
Open

Update definition of < operator#29
GregPlowman wants to merge 2 commits intoJuliaMath:masterfrom
GregPlowman:glp/lessthan

Conversation

@GregPlowman
Copy link
Copy Markdown
Contributor

@GregPlowman GregPlowman commented Aug 11, 2017

With current definition of <:

x = Double(Float64(pi))
y = Double(pi)

BigFloat(x) < BigFloat(pi) < BigFloat(y)  # true
x < y     # false
x == y    # false
x > y     # false

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.

1 participant