Uses of Class
org.apache.commons.math3.complex.ComplexFormat
Packages that use ComplexFormat
Package
Description
Complex number type and implementations of complex transcendental
functions.
-
Uses of ComplexFormat in org.apache.commons.math3.complex
Methods in org.apache.commons.math3.complex that return ComplexFormatModifier and TypeMethodDescriptionstatic ComplexFormatComplexFormat.getInstance()Returns the default complex format for the current locale.static ComplexFormatComplexFormat.getInstance(String imaginaryCharacter, Locale locale) Returns the default complex format for the given locale.static ComplexFormatComplexFormat.getInstance(Locale locale) Returns the default complex format for the given locale.