Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

feat: add a feature to find square roots #84

Merged
merged 1 commit into from
Apr 23, 2017
Merged

feat: add a feature to find square roots #84

merged 1 commit into from
Apr 23, 2017

Conversation

sinahwz
Copy link
Contributor

@sinahwz sinahwz commented Apr 22, 2017

a new feature/function which help to calculate the square root of any number given as input to it

Closes issue #83

a new feature/function which help to calculate the square root of any number given as input to it

#83
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #84   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          25     26    +1     
  Lines          70     71    +1     
=====================================
+ Hits           70     71    +1
Impacted Files Coverage Δ
src/sqrt.js 100% <100%> (ø)

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 f100041...8c32678. Read the comment docs.

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is perfect! Thanks!

@kentcdodds kentcdodds merged commit 67ef2b4 into eggheadio-github:master Apr 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants