Maximilian Kubullek
Results
1
issues of
Maximilian Kubullek
The derivative function behaves really odd for simple user defined function. If I define two simple functions as follows ```julia julia> f(x) = x*x julia> h(x) = x^2 ``` then...