@sovpro/afloat

1.1.0 • Public • Published

Afloat

Float an integer value.

Build status for Node.js 4.x and newer

let value = afloat (987654321.1)
// value will be: 0.987654321

Preserve floating digits

let value = afloat (987654321.1, true)
// value will be: 0.9876543211

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @sovpro/afloat

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.33 kB

    Total Files

    4

    Last publish

    Collaborators

    • sovpro