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

Comparison with Irrational #122

Closed
jmkuhn opened this issue May 12, 2020 · 1 comment · Fixed by #158
Closed

Comparison with Irrational #122

jmkuhn opened this issue May 12, 2020 · 1 comment · Fixed by #158

Comments

@jmkuhn
Copy link
Contributor

jmkuhn commented May 12, 2020

julia> BigFloat(π)
3.141592653589793238462643383279502884197169399375105820974944592307816406286198

julia> Dec128(π)
3.141592653589793238462643383279503

julia> Dec128(π) > π
false

julia> Dec128(π) < π
false

julia> Dec128(π) == π
false
@stevengj
Copy link
Member

Looks like we just need to copy some functions from Julia base/irrationals.jl

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

Successfully merging a pull request may close this issue.

2 participants