We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab446dd commit 558e972Copy full SHA for 558e972
docs/src/04_math/index.md
@@ -57,7 +57,7 @@ In this case, we are supposed to know the analytic formula of microbial growth;
57
58
- **Bertalanffy**
59
60
- $$N(t) = N_0 + (N_{\text{max}} - N_0) \cdot (1 - e^{-\mu \cdot t})^{\frac{1}{\nu}}$$
+ $N(t) = N_0 + (N_{\text{max}} - N_0) \cdot (1 - e^{-\mu \cdot t})^{\frac{1}{\nu}}$
61
62
where $N_0$ is the starting condition, $N_{\text{max}}$ is the total growth, $\mu$ is the growth rate, and $\nu$ is a shape constant.
63
0 commit comments