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.
Parses and returns the number that the given abbreviation represents.
Is (nearly) the inverse of abbreviateNumber. These two are only nearly inverses because
abbreviateNumberis lossly as it converts (rounds) to a fixed precision. For numbers with only three significant digits, the two functions are inverses.