Table of Contents

Python - Scientific Notation

About

Python uses a traditional programming notation for scientific fic notation.

The notation:

Since Python uses limited-precision arithmetic, there are round-o ff errors:

>>> 1e16 + 1
1e16