open-nav
    Preparing search index...

    Type Alias RoundingMode

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

    How to resolve a value exactly halfway between two representable ones.

    half-up rounds away from zero, which is what Hungarian commercial practice and NAV's examples use, and is the default everywhere here.