Subclasses should override if they wish to modify the number string to include an exponent and move the decimal point.
String adjustForExponent(String str) => str;