Parses an unsigned, fixed-point decimal string without converting through a JavaScript number. Signs, exponent notation, whitespace, and omitted whole or fractional digits are rejected. The returned fraction is reduced.
Parses an unsigned, fixed-point decimal string without converting through a JavaScript number. Signs, exponent notation, whitespace, and omitted whole or fractional digits are rejected. The returned fraction is reduced.