简体中文
Appearance
返回四舍五入到指定精度的数字。
import { round } from 'rattail' round(1.005) // return 1 round(1.005, 2) // return 1.01
val
number
precision
0