Description Usage Arguments Value Examples
Calculates unknown concentrations or volumes using (c1 * v1 = c2 * v2). Make sure the numbers you give are in the same units! This function will not know otherwise. Whichever parameter is set to 0, the function will solve for.
1 | conc_calc(c1, v1, c2, v2)
|
c1 |
initial concentration |
v1 |
initial volume |
c2 |
final concentration |
v2 |
final volume |
a number
1 | conc_calc(c1 = 100, v1 = 2, c2 = 0, v2 = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.