Hex Core JS
    Preparing search index...

    Type Alias FormatFloatOptions

    FormatFloatOptions: { precision?: number | "dynamic" | "auto" } & NumberLocaleOptions

    Type Declaration

    • Optionalprecision?: number | "dynamic" | "auto"

      The number of decimal places to include. If set to "dynamic" the formatted value will contain the same number of decimal places as the input number. A value of "auto" is effectively undefined and clears the default.