Skip to content

Commit

Permalink
🥭 w/ citation cff
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Jul 3, 2022
1 parent 0488a43 commit 20fb898
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Sahu
given-names: Subhajit
orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/extra-integer: Common operations for 32-bit integers"
version: 2.1.0
doi: 10.5281/zenodo.6791888
date-released: 2022-07-03
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Common operations for 32-bit integers.<br>
📦 [Node.js](https://www.npmjs.com/package/extra-integer),
🌐 [Web](https://www.npmjs.com/package/extra-integer.web),
📜 [Files](https://unpkg.com/extra-integer/),
📰 [Docs](https://nodef.github.io/extra-integer/).
📰 [Docs](https://nodef.github.io/extra-integer/),
📘 [Wiki](https://github.com/nodef/extra-integer/wiki/).

A [32-bit integer] can store values from −2^31 ([MIN_VALUE]) to 2^31 − 1
Expand Down Expand Up @@ -70,13 +70,15 @@ integer.nextPow2(63);
## References

- [Bit Twiddling Hacks by Sean Eron Anderson](https://graphics.stanford.edu/~seander/bithacks.html)
- [bit-twiddle package by @mikolalysenko](https://www.npmjs.com/package/bit-twiddle)


<br>
<br>


[![](https://img.youtube.com/vi/EK32jo7i5LQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=EK32jo7i5LQ)
[![](https://img.youtube.com/vi/EK32jo7i5LQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=EK32jo7i5LQ)<br>
[![DOI](https://zenodo.org/badge/133167597.svg)](https://zenodo.org/badge/latestdoi/133167597)


[MIN_VALUE]: https://nodef.github.io/extra-integer/modules.html#MIN_VALUE
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-integer",
"version": "2.1.2",
"version": "2.1.3",
"description": "Common operations for 32-bit integers.",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 20fb898

Please sign in to comment.