Solved
Discretize a continuous function to get its max value?
I can't remember hence the silly question. If one has a continuous function (in my case of time) and one wants to only return the max (absolute) value of the function (range 0..tend), does one needs to discretize the function?
a example
y(t):t^2 wit t = 0..5
max(y(t)) does not return 25

