parse method
Parse the number represented by the string. If it's not parseable, throws a FormatException.
Implementation
@override
num parse(String text) => _scientific.parse(_normalizeText(text));
Parse the number represented by the string. If it's not parseable, throws a FormatException.
@override
num parse(String text) => _scientific.parse(_normalizeText(text));