I\'m trying to run the following cell:
%load_ext Cython %%cython -a def geo_prog_cython(double alpha, int n): cdef double current = 1.0 cdef double s