English
Appearance
Return number rounded to precision.
import { round } from 'rattail' round(1.005) // return 1 round(1.005, 2) // return 1.01
val
number
precision
0