Package | Description |
---|---|
org.hipparchus.fraction |
Fraction number type and fraction number formatting.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ProperFractionFormat |
Formats a Fraction number in proper format.
|
Modifier and Type | Method | Description |
---|---|---|
static FractionFormat |
FractionFormat.getImproperInstance() |
Returns the default complex format for the current locale.
|
static FractionFormat |
FractionFormat.getImproperInstance(Locale locale) |
Returns the default complex format for the given locale.
|
static FractionFormat |
FractionFormat.getProperInstance() |
Returns the default complex format for the current locale.
|
static FractionFormat |
FractionFormat.getProperInstance(Locale locale) |
Returns the default complex format for the given locale.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.