RoundingMethodThe number rounding method. type RoundingMethod = | "ceil" | "floor" | "round" | "trunc";§Type§"ceil" | "floor" | "round" | "trunc"[src]