fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Arithmetic Modules(#112) #131

Closed devRD closed 5 years ago

devRD commented 5 years ago

*Added Arithmetic Modules' functions

*Added Arithmetic modules in index and readme

*Added Unit Tests of Arithmetic Modules

Do the checklist before submitting the PR:

Q: What version of Node.js you've used in the project? (e.g. Node v10.11.0) A:v11.10.1

Q: Mention the Issue Number! (e.g. Fixed #8) A:#112


codecov-io commented 5 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #131    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          71     77     +6     
  Lines         934   1245   +311     
======================================
+ Hits          934   1245   +311
Impacted Files Coverage Δ
src/validation/argument-length.js 100% <100%> (ø)
src/multiplication/index.js 100% <100%> (ø)
src/division/index.js 100% <100%> (ø)
src/absolute/index.js 100% <100%> (ø)
src/subtraction/index.js 100% <100%> (ø)
src/index.js 100% <100%> (ø) :arrow_up:
src/addition/index.js 100% <100%> (ø)
... 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 4dca732...0244a83. Read the comment docs.