pub type Quad = [BigInt; 3];
A quadratic g₀ + g₁·x + g₂·x², coefficients low-to-high.
g₀ + g₁·x + g₂·x²