sm-movepoint

1.0.1 • Public • Published

小数点移动

安装

$ npm install sm-movepoint

测试

$ npm test

使用方法

var movepoint = require('sm-movepoint');
movepoint(1.1, 2)    //  '110'
movepoint(1.1, -2)    //  '0.011'
movepoint(1.1, 0)    //  '1.1'
movepoint(-1.1, 2)    //  '-110'
movepoint(-1.1, -2)    //  '-0.011'

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sm-movepoint

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • findvv