initial commit
This commit is contained in:
14
mandelbrot.h
Normal file
14
mandelbrot.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <mpfr.h>
|
||||
#include <cmath>
|
||||
#include "utils.h"
|
||||
|
||||
using namespace Util;
|
||||
|
||||
namespace Mandelbrot
|
||||
{
|
||||
|
||||
uint32_t mandelbrot(const BigFloat &c, Vec2bf &ret);
|
||||
|
||||
}
|
Reference in New Issue
Block a user