Package | Description |
---|---|
org.hipparchus.complex |
Complex number type and implementations of complex transcendental
functions.
|
Modifier and Type | Method and Description |
---|---|
static ComplexFormat |
ComplexFormat.getComplexFormat()
Returns the default complex format for the current locale.
|
static ComplexFormat |
ComplexFormat.getComplexFormat(Locale locale)
Returns the default complex format for the given locale.
|
static ComplexFormat |
ComplexFormat.getComplexFormat(String imaginaryCharacter,
Locale locale)
Returns the default complex format for the given locale.
|
static ComplexFormat |
ComplexFormat.getInstance()
Deprecated.
as of 1.4, replaced by
getComplexFormat() |
static ComplexFormat |
ComplexFormat.getInstance(Locale locale)
Deprecated.
as of 1.4, replaced by
getComplexFormat(Locale) |
static ComplexFormat |
ComplexFormat.getInstance(String imaginaryCharacter,
Locale locale)
Deprecated.
as of 1.4, replaced by
getComplexFormat(String, Locale) |
Copyright © 2016–2020 Hipparchus.org. All rights reserved.