/Scientific-Notation-Calculator

Scientific Notation in Python (fixes and generates scientific notation)

Primary LanguagePython

Scientific-Notation-Calculator

Not using calcs, but yes, strings

TODO:

  • Fix Scientific Notations
  • Accept fixing integers Notations
  • Accept fixing decimal Notations
  • Convert to Scientific Notations
  • Accept Decimals
  • Accept Integers
PROJECT CONCLUDED!

Tests

FIXER
---------
6900x10^3  = 6.9x10^6  ( CORRECT )
0.069x10^3 = 6.9x10^1  ( CORRECT )

CONVERTER
---------
6900  = 6.9x10^3  ( CORRECT )
0.069 = 6.9x10^-2 ( CORRECT )

RESULTS
-------
Test Passed (4/4)