JuliaIntervals / IntervalContractors.jl

Interval contractors and inverse (reverse) functions for Julia
Other
10 stars 10 forks source link

Adds a few reverse functions #17

Closed mewilhel closed 6 years ago

mewilhel commented 6 years ago

Adds the following reverse functions.

log2_rev, log10_rev, exp2_rev, exp10_rev, acos_rev, atan_rev, sinh_rev, cosh_rev, tanh_rev, asinh_rev, acosh_rev, atanh_rev,

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will decrease coverage by 13.6%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #17       +/-   ##
===========================================
- Coverage   43.94%   30.34%   -13.61%     
===========================================
  Files           7       10        +3     
  Lines         157      234       +77     
===========================================
+ Hits           69       71        +2     
- Misses         88      163       +75
Impacted Files Coverage Δ
src/IntervalContractors.jl 100% <ø> (ø)
src/hyperbolic.jl 0% <0%> (ø)
src/inverse_hyperbolic.jl 0% <0%> (ø)
src/exponential.jl 0% <0%> (ø) :arrow_up:
src/inverse_trig.jl 0% <0%> (ø) :arrow_up:
src/transformations.jl 79.16% <0%> (+4.16%) :arrow_up:

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 b3f5d9c...aec220f. Read the comment docs.

mewilhel commented 6 years ago

Will update with tests included.

dpsanders commented 6 years ago

Thanks! There's no need to close the PR just to add tests; just put a label [WIP] in the PR title to show that it's Work In Progress, and hence shouldn't be merged.