Type alias RoundingMode

RoundingMode: "half-up" | "down" | "up"

The rounding mode for division operations.

Generated using TypeDoc