Appearance
keepDecimal 函数用于将传入的数字保留指定位数的小数。
keepDecimal
Number
string
import { keepDecimal } from 'atom-tools' console.log(keepDecimal(0.25656)) // 输出:0.26