menu
t_helpers package
documentation
number.dart
scientificNotationValue function
scientificNotationValue function
dark_mode
light_mode
scientificNotationValue
function
double
scientificNotationValue
(
int
exponent
)
Implementation
double scientificNotationValue(int exponent) { return double.parse('1e$exponent'); }
t_helpers package
documentation
number
scientificNotationValue function
number library