Uses of Class
org.apache.commons.math4.legacy.util.ComplexFormat
-
Packages that use ComplexFormat Package Description org.apache.commons.math4.legacy.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of ComplexFormat in org.apache.commons.math4.legacy.util
Methods in org.apache.commons.math4.legacy.util that return ComplexFormat Modifier and Type Method Description static ComplexFormat
ComplexFormat. getInstance()
Returns the default complex format for the current locale.static ComplexFormat
ComplexFormat. getInstance(String imaginaryCharacter, Locale locale)
Returns the default complex format for the given locale.static ComplexFormat
ComplexFormat. getInstance(Locale locale)
Returns the default complex format for the given locale.
-