Formats the number as a scientific value with the given locale.
locale
String formatAsScientific({String? locale}) { return NumberFormat.scientificPattern(locale).format(this); }