简体中文
Appearance
返回向下取整到指定精度的数字。
import { floor } from 'rattail' floor(1.005) // return 1 floor(1.0015, 3) // return 1.001
val
number
precision
0