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