Closed sethaxen closed 2 years ago
Merging #91 (e303e15) into master (1036d45) will increase coverage by
2.30%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
+ Coverage 46.03% 48.34% +2.30%
==========================================
Files 1 1
Lines 202 211 +9
==========================================
+ Hits 93 102 +9
Misses 109 109
Impacted Files | Coverage Δ | |
---|---|---|
src/dual.jl | 48.34% <100.00%> (+2.30%) |
: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 1036d45...e303e15. Read the comment docs.
@dlfivefifty can you review this PR?
This PR implements 2-argument
atan
:atan(::Dual, ::Dual)
atan(::Dual, ::Real)
atan(::Real, ::Dual)