num-computed
v1.0.1
Published
| 参数 | 名称| 默认值| 数值类型 | 非空 | |--|--|--|--|--| | num | 待处理数据 | - | String | 否 | | decimalPlaces | 截取小数位数 | 0 | Number | 否 |
Downloads
5
Readme
加法:floatAdd(32.1321, 35435.524)
减法:floatSub(754532432.1321, 35435.524)
乘法:floatMultiply(32.1321, 35435.524)
除法:floatDivide(32.1321, 35435.524)
保留小数:truncateDecimals(num, decimalPlaces)
| 参数 | 名称| 默认值| 数值类型 | 非空 | |--|--|--|--|--| | num | 待处理数据 | - | String | 否 | | decimalPlaces | 截取小数位数 | 0 | Number | 否 |
金额格式化 formatMoney(amount, bool, decimalPlaces)
| 参数 | 名称| 默认值 | 数据类型 | 可为非空 | |--|--|--|--|--| | amount| 待处理数据 | - | String | 否 | | bool | 是否保留千分位 | true | Boolean | 是 | | decimalPlaces | 格式化位数 | 2 | Number | 是 |
npm仓库地址:https://www.npmjs.com/package/num-computed