Description Usage Arguments Value Examples
Calculates a growth rate from a birth rate and a death rate.
1 | growth_rate(birth_rate, death_rate)
|
birth_rate |
the birth rate of the population |
death_rate |
the death rate of the population |
returns the growth rate of the population
1 | growth_rate(0.5, 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.