Package | Description |
---|---|
org.apache.commons.math3.complex |
Complex number type and implementations of complex transcendental
functions.
|
Modifier and Type | Method and Description |
---|---|
static ComplexFormat |
ComplexFormat.getInstance()
Returns the default complex format for the current locale.
|
static ComplexFormat |
ComplexFormat.getInstance(java.util.Locale locale)
Returns the default complex format for the given locale.
|
static ComplexFormat |
ComplexFormat.getInstance(java.lang.String imaginaryCharacter,
java.util.Locale locale)
Returns the default complex format for the given locale.
|