aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
blob: b62435163206271a1fa1469c9718f2e8a2c16751 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#define PRECISION_DEFAULT 20
#define PRECISION_HIGH 900

#define MIN_DECIMALS 20
#define TIMEOUT_CALC 2000
#define TIMEOUT_PRINT 2000
#define TIMEOUT_UPDATE 30