satim-module - v1.0.0
    Preparing search index...

    Variable MAX_SAFE_AMOUNTConst

    MAX_SAFE_AMOUNT: 9999999999.99 = 9_999_999_999.99

    Upper bound where the relative-epsilon precision check remains sound. Inputs above this are rejected by toMinorUnits outright.

    The numeric value (9_999_999_999.99) is chosen so that amount * 100 fits comfortably within Number.MAX_SAFE_INTEGER (~9.007e15) with room for the relative-epsilon tolerance to detect sub-centime inputs.