Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bitwise): Function to check if a number is positive #204

Merged
merged 2 commits into from
Sep 14, 2018

Conversation

adityahiran
Copy link
Contributor

Bitwise operations used to determine if a number is positive

@codecov
Copy link

codecov bot commented Sep 10, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #204   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         140    141    +1     
  Lines        2543   2546    +3     
  Branches      420    421    +1     
=====================================
+ Hits         2543   2546    +3
Impacted Files Coverage Δ
src/algorithms/math/bits/isPositive.js 100% <100%> (ø)
src/algorithms/math/bits/multiply.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 de6a24e...584c5a9. Read the comment docs.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@trekhleb trekhleb changed the base branch from master to is-positive September 14, 2018 04:41
@trekhleb
Copy link
Owner

@adityahiran thank you for PR.

@trekhleb trekhleb merged commit ab7755a into trekhleb:is-positive Sep 14, 2018
harshes53 pushed a commit to harshes53/javascript-algorithms that referenced this pull request Dec 6, 2018
shoredata pushed a commit to shoredata/javascript-algorithms that referenced this pull request Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants