Closed prakharcode closed 6 years ago
Merging #9 into master will increase coverage by
0.11%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 96.26% 96.38% +0.11%
==========================================
Files 6 6
Lines 214 221 +7
==========================================
+ Hits 206 213 +7
Misses 8 8
Impacted Files | Coverage Δ | |
---|---|---|
src/conversions.jl | 99.03% <100%> (+0.06%) |
: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 c49a39d...e12ffa7. Read the comment docs.
Numerical discrepancies are not the answer here, they generally occur when calls to libm are involved (e.g. sin
, exp
, etc.). When we are dealing with simple arithmetic the results should be identical to the C version.
I know what's wrong with your code 😉 but I think you should try to figure it out yourself.
progress for #1
ported eraTcgtt to pure Julia with test cases!