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

What else can I help you with?

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

Related Questions

What is the significance of the keyword "ffff" in the context of computer programming?

In computer programming, the keyword "ffff" is often used to represent the highest possible value in hexadecimal notation, which is equivalent to 65,535 in decimal. This is significant because it is the maximum value that can be stored in a 16-bit memory address, making it a commonly used value for various purposes in programming.


What is the tilde used for in computer programming?

In computer programming, the tilde () is often used as a bitwise NOT operator to invert the bits of a number. It can also be used in some programming languages to represent home directory paths or to indicate approximation in mathematical operations.


How much is 2e-05?

7


How is parallax used in computer programming?

Parallax is used in computer programming by using a computer and a USB connection. They have been popular in robotics because of their easiness to program.


What notation is used for representing very large numbers in programming in basic?

s


How is control flow used to solve problems using computer programming?

How is control flow used to solve problems using computer programming


What are the different parallel modes used in computer programming?

In computer programming, the different parallel modes used are parallelism, concurrency, and distributed computing.


What is the memcpy library used for in computer programming?

The memcpy library is used in computer programming to copy the value of numbers from a source to the memory block destination. Memcpy is frequently used in the C++ programming language.


What is a index notation in maths?

In mathematics and computer programming, Index notation is used to specify the elements of an array of numbers. The terms "index notation", or "indicial notation" are sometimes used to refer to Einstein notation. The formalism of how indices are used varies according to the subject. In particular, there are different methods for referring to the elements of a list, a vector, or a matrix, depending on whether one is writing a formal mathematical paper for publication, or when one is writing a computer program. This is not to be confused with "index form" which is the writing of prime factorizations using exponents.


What is index notation?

In mathematics and computer programming, Index notation is used to specify the elements of an array of numbers. The terms "index notation", or "indicial notation" are sometimes used to refer to Einstein notation. The formalism of how indices are used varies according to the subject. In particular, there are different methods for referring to the elements of a list, a vector, or a matrix, depending on whether one is writing a formal mathematical paper for publication, or when one is writing a computer program. This is not to be confused with "index form" which is the writing of prime factorizations using exponents.


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 Ant Colony Optimization algorithm in computer science?

This is a probabilistic technique that is often used to solve computational problems. Often, it can be used to finding good programming paths by comparing/utilising date on graphs.