test generic cases of logistic equation

This commit is contained in:
ASPP Student 2025-09-23 16:57:20 +03:00
parent 952f8b97a5
commit f5261cb2c7
2 changed files with 15 additions and 0 deletions

View file

@ -1 +1,3 @@
# Your code goes here
def f(x, r):
return r * x * (1 - x)