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 "find", the function will solve for.
1 | c1v1(c1, v1, c2, v2)
|
c1 |
initial concentration |
v1 |
initial volume |
c2 |
final concentration |
v2 |
final volume |
a number
1 | c1v1(c1 = 100, v1 = 2, c2 = "find", v2 = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.