You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining the x and y values to test in the mandelbrot set, code to compute the x/y values are repeated -- should be a function! (They are later computed using a numpy function, but for the sake of demonstration I think writing a function is cleaner).
Why do we need to specify the numpy array type as long in the Cython notebook?
The text was updated successfully, but these errors were encountered:
long
in the Cython notebook?The text was updated successfully, but these errors were encountered: