Files
mandelbrot/include/mandelbrot.hpp
2026-01-30 17:59:16 +01:00

4 lines
67 B
C++

#pragma once
int calculateMandelbrot(double cReal, double cImag);