True if zeta == 1.0 (±0.001 tolerance).
zeta
bool isCritical(double zeta) => (zeta - 1.0).abs() < 0.001;