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

Add some set operations #154

Merged
merged 1 commit into from
Jun 7, 2018

Conversation

eeshan9815
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented May 17, 2018

Coverage Status

Coverage increased (+0.03%) to 92.277% when pulling a675619 on eeshan9815:set-operations into 777ad9d on JuliaIntervals:master.

@codecov-io
Copy link

codecov-io commented May 17, 2018

Codecov Report

Merging #154 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   92.24%   92.27%   +0.03%     
==========================================
  Files          21       21              
  Lines        1006     1010       +4     
==========================================
+ Hits          928      932       +4     
  Misses         78       78
Impacted Files Coverage Δ
src/IntervalArithmetic.jl 100% <ø> (ø) ⬆️
src/intervals/set_operations.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 777ad9d...a675619. Read the comment docs.

@lbenet
Copy link
Member

lbenet commented May 17, 2018

Thanks for the contribution!

I think the definition of corresponds to (isinterior); can you confirm? (If I recall correctly, the reason we used that name for the function and the symbol is because they are used like that in the standard.) In any case, the "other-way-around" operators are certainly a good addition.

@dpsanders
Copy link
Member

Thanks!

@dpsanders dpsanders merged commit c0e6a2b into JuliaIntervals:master Jun 7, 2018
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 this pull request may close these issues.

5 participants