fave77 / Mathball

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

Reorganize Number Modules (#135) #137

Closed devRD closed 5 years ago

devRD commented 5 years ago

Fixed bugs in hoax and rangePrime methods

Added respective test cases in range-spec, find-spec and check-spec

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:#135


codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          78     78           
  Lines        1255   1263    +8     
=====================================
+ Hits         1255   1263    +8
Impacted Files Coverage Δ
src/check/index.js 100% <ø> (ø) :arrow_up:
src/bell/index.js 100% <100%> (ø) :arrow_up:
src/armstrong/index.js 100% <100%> (ø) :arrow_up:
src/carmichael/index.js 100% <100%> (ø) :arrow_up:
src/automorphic/index.js 100% <100%> (ø) :arrow_up:
src/hoax/index.js 100% <100%> (ø)
src/catalan/index.js 100% <100%> (ø) :arrow_up:
src/smith/index.js 100% <100%> (ø) :arrow_up:
src/fibonacci/index.js 100% <100%> (ø) :arrow_up:
src/stormer/index.js 100% <100%> (ø)
... and 15 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 cd97a88...60c41c2. Read the comment docs.