import math # config ROUNDOFF = 2 # FIXME: Make ROUNDOFF global INPUT_TYPE = "Greek" # constants PI = math.pi EXP = math.exp(1) IOTA = complex(0, 1)