Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 409 Bytes

🧪 Scientific Notation Command Line Utility

This command line software converts a number to it's scientifc notation version.

Usage: scfcnotation NUMBER

🛠 Compilling

Make sure you have GCC installed then after you have downloaded the source code, run:

gcc main.c scfc_notation.c -o scfcnotation

👥 Contributing

Feel free to share your knowledge and improve this software :)