introvoyz041's picture
Migrated from GitHub
389d072 verified
raw
history blame contribute delete
151 Bytes
import math
# config
ROUNDOFF = 2
# FIXME: Make ROUNDOFF global
INPUT_TYPE = "Greek"
# constants
PI = math.pi
EXP = math.exp(1)
IOTA = complex(0, 1)