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

Improve support for complex intervals #636

Merged
merged 6 commits into from
Apr 7, 2024

Conversation

OlivierHnt
Copy link
Member

@OlivierHnt OlivierHnt commented Mar 21, 2024

The goal of this PR is to address #41 and and #295.

TODO: sqrt, ^, and inverse trigonometric/hyperbolic functions.

@OlivierHnt OlivierHnt marked this pull request as draft March 21, 2024 11:11
@codecov-commenter
Copy link

codecov-commenter commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 21.42857% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 82.25%. Comparing base (c55dd23) to head (30cee9c).

Files Patch % Lines
src/intervals/arithmetic/power.jl 6.25% 15 Missing ⚠️
src/intervals/arithmetic/trigonometric.jl 20.00% 4 Missing ⚠️
src/intervals/arithmetic/hyperbolic.jl 0.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
- Coverage   82.98%   82.25%   -0.74%     
==========================================
  Files          26       26              
  Lines        2181     2203      +22     
==========================================
+ Hits         1810     1812       +2     
- Misses        371      391      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@OlivierHnt OlivierHnt marked this pull request as ready for review April 4, 2024 19:08
@OlivierHnt
Copy link
Member Author

I think this PR should be merged ASAP, even though it does not provide support for sqrt, ^, and inverse trigonometric/hyperbolic functions.
It can always be done in a next PR.

@OlivierHnt OlivierHnt merged commit 118e0d0 into JuliaIntervals:master Apr 7, 2024
16 checks passed
@OlivierHnt OlivierHnt deleted the complex branch April 7, 2024 11:10
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.

3 participants