Metadata-Version: 2.4
Name: ecodyn
Version: 1.0.3
Summary: Population dynamics: logistic growth and Lotka-Volterra predator-prey (RK4).
Author: Jonas Reuter
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# ecodyn

> Population dynamics: logistic growth and Lotka-Volterra predator-prey (RK4).

**Field:** ecology &nbsp; **License:** Apache-2.0

```py
import ecodyn
print(round(ecodyn.logistic(0.5,1000,10,5),2))
```

