I think the expression max(1, T/15)
should be min(1, T/15)
. That is, after 15 minutes, it should be 1
.
You are viewing a single comment's thread from:
I think the expression max(1, T/15)
should be min(1, T/15)
. That is, after 15 minutes, it should be 1
.
Yes, thank you.