float-exponent

1.0.0 • Public • Published

float-exponent

Extracts the exponent from a floating point number, effectively rounding down to the previous power of 2 for non-denormal numbers. For denormals returns 2^-1024.

require('float-exponent')(x)

Returns the previous power of 2 for x

License

(c) 2015 Mikola Lysenko. MIT License

Package Sidebar

Install

npm i float-exponent

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mikolalysenko