6 ms·
You could always let the compiler work it out for you. template< typename Func > int escape(std::complex<double> c, int iter_max, Func& func)
by alpatters 14y ago
You could always let the compiler work it out for you.
template< typename Func >
int escape(std::complex<double> c, int iter_max, Func& func)