Related questions
How can I convert numbers into scientific notation?
I want to make a function that takes an entered value and converts it to scientific notation (N x 10^a)
I've tried many different things, but I can't seem to get it right.
Example:
I enter 200. The converter converts it …