1e5
is a number expressed using scientific notation and it means 10 to the 5th power (the e meaning ‘exponent’)
so 1e5
is equal to 100000
, both notations are interchangeably meaning the same.
Related Posts:
- What is the meaning of number 1e5?
- Meaning of *= in Java
- Meaning of *= in Java
- Generate unique random numbers between 1 and 100
- Java – Convert integer to string [duplicate]
- What exactly does += do in python?
- Explanation on Integer.MAX_VALUE and Integer.MIN_VALUE to find min and max value in an array
- 1e-9 or -1e9, which one is correct?
- Long vs Integer, long vs int, what to use and when?
- What’s the best way to convert a number to a string in JavaScript?
- What does %w(array) mean?
- how to convert negative hexadecimal to decimal
- Java Generate Random Number Between Two Given Values
- C++ – how to find the length of an integer
- What are the distinctions between the various symbols (*,&, etc) combined with parameters?
- What is 0x10 in decimal?
- How to print a number with commas as thousands separators in JavaScript
- How do I convert an integer to binary in JavaScript?
- How can I extract a number from a string in JavaScript?
- What do numbers using 0x notation mean?
- OpenMP set_num_threads() is not working
- Turn a single number into single digits Python
- Check if string contains only digits
- How to sort an array of integers correctly
- Generating a Random Number for HTML
- How to label scatterplot points by name?
- Fixed point vs Floating point number
- How to empty input field with jQuery
- Formatting a number with leading zeros in PHP