#pragma once #include #include #include "utils.h" using namespace Util; namespace Mandelbrot { uint32_t mandelbrot(const BigFloat &c, Vec2bf &ret); }