answersLogoWhite

0

The E notation is used when very large numbers cannot be displayed or calculated. For example: 5.11111e+10 = 5.11111 x 10^10 or 5.11111 x (10 x 10 x 10 x 10 x 10 x 10 x 10 x 10 x 10 x 10).

The e+10 can be changed to anything. For example: e+3 = (10 x 10 x 10). (10 x 10 3 times).

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What is E notation and why is it often used in computer programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does Lisp mean in computer language?

LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.


What is plankalkul?

Plankalkul is the programming language that was designed by Konrad Zuse. It was the first real computer programming language used for engineering.


What science is used in computer programming?

Computer programming relies heavily on the mathematical sciences, particularly discrete mathematics. The scientific method is often employed to test and debug computer programs. Knowledge of other sciences, such as physics or a particular social science, may be useful in computer programming depending on the specific software being programmed.


What is the document Getelementbyid used for?

The document Getelementbyid is used for Java programming. Java programming is a computer language that allows people to build applications for creative uses everyday.


What are the differences between mathematics and computer programming?

Mathematics can be used in coding (computer programming). I have done programming before and it is nothing like mathematics. Although coding languages can be used to solve mathematical equations, the makeup of it is not just math. It is based on math but is not completely reliant on it. For example, <DOCTYPE html> That is HTML coding *what makes up websites*. The amount of math used depends on the coding language. In application programming, there is more math used like: myFloat = 1.23 switchOn = True myFloat * jumpForce = myHeight That used more math in it. It depends on the language of coding. You're welcome. :D