aboutsummaryrefslogtreecommitdiff
path: root/aberth/defs.h
blob: 41d1f8971a945dc5f7c97322dbad4da476593c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <complex>
#include <array>

using namespace std;


constexpr const int N = 18;

using Com = complex<double>;