sS renderComplexWithAngle(Complex c) { ret c == null ? "null" : c.abs() + " at " + formatDouble(c.angle()*(180/pi()), 1) + "°"; }