Skip to content

derekdkim/StockSolutionCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple calculator to help me make stock solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages