Skip to content

Scientific Notation in Python (fixes and generates scientific notation)

Notifications You must be signed in to change notification settings

synnkfps/Scientific-Notation-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages