Christian Neiss
Results
1
comments of
Christian Neiss
The problem in your second example is the line ` exponents = linspace(start, end, n)` where exponents is of type integer, but linspace returns real (as it should). This is...