src/core/constants.js

π

mctad.π = Math.PI;

ε, epsilon, is a stopping criterion when we want to iterate until we're "close enough".

mctad.ε = 0.0001;