Scientific notation or exponential notation is called the notation "1e-5," a notation used to express numbers very large or very small with powers of ten; for instance, 1 x 10^(-5). Here, the 'e' stands for "exponent," that is, the power of ten, and it often is used in combination with other characters, such as 'E' or 'x,' depending on the programming language being used. Scientific notation is used in this problem to make reading easier and to reduce complicated computations, especially when one encounters extreme values. Although such functions as `pow()` may be helpful for special purposes of exponentiation, scientific notation provides a precise, compact representation of the numbers. So in simple 1e-5 represents 1 x 10 ^ (-5)