Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 644 Bytes

Stock Solution Calculator

This simple app completes the equation C1 * V1 = C2 * V2 that is often employed in the life sciences for making working stock solutions of chemical reagents.

Stock Solution Calculator was developed as a beginner-level project to practice writing Java code.

Features:

  • Rounds results to significant digits.
  • Supports scientific notations (eg. 1.207E7).

To use:

  1. Fill out 3 of the 4 factors.
  2. Leave the desired answer as 0.
  3. Press the Calculate button.
  4. Replace factors as necessary or Reset to clear the calculator.

Unimplemented Features:

  1. Package into JAR or EXE for standalone binary release.