Number to Scientific Notation
n = coefficient × 10^exponentExpress a number as a coefficient (between 1 and 10) times a power of 10. The exponent is floor(log10(|n|)).
Where:
n= The original numbercoefficient= Value between 1 and 10 (n / 10^exponent)exponent= floor(log10(|n|)) — the power of 10