简体中文
Appearance
返回向上取整到指定精度的数字。
import { ceil } from 'rattail' ceil(1.004) // return 2 ceil(1.004, 2) // return 1.01
val
number
precision
0