About 2,600,000 results
Open links in new tab
  1. how to convert 1e+11 into number? - Mathematics Stack Exchange

    Strictly speaking, 1e+11 is a number; what you want is to write the same number in a more familiar notation (which dleggas's answer shows you how to do).

  2. c - What does "1e" mean? - Stack Overflow

    Apr 18, 2019 · What does "1e" mean? Asked 6 years, 3 months ago Modified 6 months ago Viewed 49k times

  3. notation - What is the meaning of number 1e5? - Stack Overflow

    Sep 8, 2021 · 1e5 is a number expressed using scientific notation, specifically E notation, and it means 1 multiplied by 10 to the 5th power (the 'e' meaning 'exponent'). So 1e5 equals 1*10^5 …

  4. c++ - 1e-9 or -1e9, which one is correct? - Stack Overflow

    1e-9 is 0.000000001; the minus sign applies to the exponent. -1e9 is -1000000000.0; the minus sign applies to the number itself. The e (or E) is the so called exponential notation and it …

  5. 1e+0.8= What? What does E mean? - Mathematics Stack Exchange

    Hello I came across a math equation and I was wondering what did the "e" stand for? the equation is : y=47931x-1E+0.8 Can someone please help me by showing what the E stands for and the …

  6. What does "e" in "1e-5" in Python language mean and what is the …

    I notice that there is such an expression "1e-5" in Python (probably in other languages also) What is the name of this notation? what does it denote in math? What does 'e' mean?

  7. YAML loads 5e-6 as string and not a number - Stack Overflow

    May 26, 2015 · @SiHa That might be a way to avoid the issue, but the real problem is that YAML is supposed to be a superset of JSON and '1e-06` as you get out of the json.dumps() is a …

  8. javascript - Number converted in 1e+30 - Stack Overflow

    Dec 19, 2014 · How to convert 1e+30 to 1000000000000000000000000000000 I want number as it is entered by User do not convert like 1e+30. How can achieve this? Is there any way to ...

  9. How to format double values to E format with specified exponent?

    Jan 16, 2014 · You would have to write a method to do this. Scientific notation specifies that the number before the "e" be between 1 (inclusive) and 10 (exclusive), or zero. Stated another …

  10. what does E represent in microsoft Excel? - Stack Overflow

    Mar 30, 2020 · The Scientific format displays a number in exponential notation, replacing part of the number with E+n, in which E (exponent) multiplies the preceding number by 10 to the nth …