jsbean / ArithmeticTools

Basic arithmetic types and operations
MIT License
3 stars 0 forks source link

Add Vector2 #96

Closed jsbean closed 7 years ago

jsbean commented 7 years ago

Also, reduce dependency to Darwin.

codecov-io commented 7 years ago

Codecov Report

Merging #96 into master will decrease coverage by 0.31%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
- Coverage   89.18%   88.87%   -0.32%     
==========================================
  Files          47       48       +1     
  Lines        1415     1420       +5     
==========================================
  Hits         1262     1262              
- Misses        153      158       +5
Impacted Files Coverage Δ
ArithmeticTools/Comparison.swift 100% <ø> (ø) :arrow_up:
...rithmeticTools/BinaryFloatingPointExtensions.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/Quadratic.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/GCDDomain.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/Functions.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/PowerSequence.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/CategoryTheory.swift 50% <ø> (ø) :arrow_up:
ArithmeticTools/LinearRegression.swift 91.66% <ø> (ø) :arrow_up:
ArithmeticTools/BitwiseOperations.swift 100% <ø> (ø) :arrow_up:
ArithmeticTools/Vector2.swift 0% <0%> (ø)
... and 3 more

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 ed94230...4bcbc6a. Read the comment docs.