Binance Connector JS
    Preparing search index...

    Function normalizeScientificNumbers

    • Normalizes scientific notation numbers in an object or array to a fixed number of decimal places.

      This function recursively processes objects, arrays, and numbers, converting scientific notation to a fixed decimal representation. Non-numeric values are left unchanged.

      Type Parameters

      • T

        The type of the input object or value

      Parameters

      • obj: T

        The object, array, or value to normalize

      Returns ScientificToString<T>

      A new object or value with scientific notation numbers normalized