Skip to content

Releases: Tomentos/ScientificNumberExtendor

Scientific Number Extendor 1.2

Choose a tag to compare

@Tomentos Tomentos released this 07 Aug 17:59

This program converts scientific numbers that you input into the program, into the full number with all it's zeroes.
This will most likely be the last release because I now added every feature that I had planned. It should now work as intended without any big errors. I have no plans to do anything with this in the future.

New Features:

  • Added scalability
  • Added Readme
  • Added License
  • Added .exe icon

To-Do:

Scientific Number Extendor 1.1

Choose a tag to compare

@Tomentos Tomentos released this 03 Aug 11:14

This program converts scientific numbers that you input into the program, into the full number with all it's zeroes.

Fixes:

  • Program no longer crashes if the separator in the decimal input is deleted
  • Errors in calculation process
  • If a decimal inputs full numbers are in the double digits, everything after the first digit is pushed behind the separator and the multiplier is increased accordingly
  • Program no longer crashes if the multiplier input is negative

General changes:

  • Code cleaned up a bit
  • Changed comments

To-Do:

  • Add scalability
  • Add Readme
  • Add License

Scientific Number Extendor 1.0

Choose a tag to compare

@Tomentos Tomentos released this 13 May 14:59

The first functional version of the Scientific Number Generator.
This program converts scientific numbers that you input into the program, into the full number with all it's zeroes.

Known Issues:

  • If you remove the decimal separator in the Decimal input, the program crashes.

To-Do:

  • Fix Known issues
  • If a Decimal input contains more than one full number, move that number to decimals and add 1 to the multiplication input.
  • Add scalability
  • Clean up code
  • Add Readme
  • Add License