code for logistic function

This commit is contained in:
ASPP Student 2025-09-23 16:58:06 +03:00
parent 9c3284cb98
commit 8ca3620a0b

View file

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