Jonas Arndt

Results 2 issues of Jonas Arndt

I have a function to find extrema in sampled data using root finding. I put the code here: https://gist.github.com/mio991/e4e2edb0a1fd9a8d10f175f70eec1115. I am trying to find the extrema of this function [`(x-20)*(x-80)*(x-120)*(x-150)*(x-190)`](https://www.wolframalpha.com/input?i=%28x-20%29*%28x-80%29*%28x-120%29*%28x-150%29*%28x-190%29)....

Hey, I don't know if this is the right solution it just worked for me. Had some TypeErrors with the current jsPDF version I think this should fix it