@sovpro/unfloat

1.1.1 • Public • Published

Unfloat

Unfloat a floating value to an integer number.

Build status for Node.js 4.x and newer

let unfloated_val = unfloat (1.123456789)
// unfloated_val will be: 123456789

Preserve integer digits

let unfloated_val = unfloat (1.123456789, true)
// unfloated_val will be: 1123456789

Package Sidebar

Install

npm i @sovpro/unfloat

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

3.37 kB

Total Files

4

Last publish

Collaborators

  • sovpro