File size: 151 Bytes
389d072
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import math

# config
ROUNDOFF = 2
# FIXME: Make ROUNDOFF global
INPUT_TYPE = "Greek"

# constants
PI = math.pi
EXP = math.exp(1)
IOTA = complex(0, 1)