Hex Core JS
    Preparing search index...

    Function parseAbbreviatedNumber

    • Parses and returns the number that the given abbreviation represents.

      Is (nearly) the inverse of abbreviateNumber. These two are only nearly inverses because abbreviateNumber is lossly as it converts (rounds) to a fixed precision. For numbers with only three significant digits, the two functions are inverses.

      Parameters

      Returns number