HomeSort by relevance Sort by last modified time
    Searched full:imaginaryformat (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 50 private NumberFormat imaginaryFormat;
76 * @param imaginaryFormat the custom format for the imaginary part.
78 public ComplexFormat(NumberFormat realFormat, NumberFormat imaginaryFormat) {
79 this(DEFAULT_IMAGINARY_CHARACTER, realFormat, imaginaryFormat);
107 * @param imaginaryFormat the custom format for the imaginary part.
110 NumberFormat imaginaryFormat) {
113 setImaginaryFormat(imaginaryFormat);
213 * Access the imaginaryFormat.
214 * @return the imaginaryFormat.
217 return imaginaryFormat;
    [all...]

Completed in 126 milliseconds