npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

nearest-power-of-two

1.0.0

@chrisdickinson

npmHomeSnykSocket
Downloads:8
$ npm install nearest-power-of-two
DailyWeeklyMonthlyYearly

nearest-power-of-two

Given a number, returns the nearest power of two.

var npot = require('nearest-power-of-two')

npot(3) === 4

API

require('nearest-power-of-two')(Number) -> Number

The package exports a single function which takes a number and returns a number. Only works for numbers less than 2^32.

license

MIT