Class ComplexFormat

java.lang.Object
org.apache.commons.math3.complex.ComplexFormat

public class ComplexFormat extends Object
Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can be replaced with 'j' (or anything else), and the number format for both real and imaginary parts can be configured.