0.0.62 • Published 4 years ago

@extra-bigint/log-2 v0.0.62

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Gives base-2 logarithm of value. šŸ“¦ NPM, 😺 GitHub, šŸƒ RunKit, šŸŒ” Minified, šŸ“œ Files, šŸ“° JSDoc, šŸ“˜ Wiki.

This is part of package extra-bigint.

bigint.log2(x);
// x: a bigint
const bigint = require('extra-bigint');

bigint.log2(16n);
// 4n

bigint.log2(15n);
// 3n

bigint.log2(0n);
// null

References

0.0.62

4 years ago

0.0.60

4 years ago

0.0.61

4 years ago

0.0.56

4 years ago

0.0.55

4 years ago

0.0.54

5 years ago