float2

0.1.0 • Public • Published

float2

move the dot of float

Usage

var float2 = require('float2');

float2.dot2(0.1, 2);        // 10

float2.dot2(-0.1, -2);      // -0.001

float2.dot2right(0.1, 2);   // 10

float2.dot2left(0.1, 2);    // 0.001

Test

npm run test

using tape

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i float2

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • yuuko