Package | Description |
---|---|
org.apache.commons.math3.fraction |
Fraction number type and fraction number formatting.
|
Modifier and Type | Class and Description |
---|---|
class |
ProperBigFractionFormat
Formats a BigFraction number in proper format.
|
Modifier and Type | Method and Description |
---|---|
static BigFractionFormat |
BigFractionFormat.getImproperInstance()
Returns the default complex format for the current locale.
|
static BigFractionFormat |
BigFractionFormat.getImproperInstance(Locale locale)
Returns the default complex format for the given locale.
|
static BigFractionFormat |
BigFractionFormat.getProperInstance()
Returns the default complex format for the current locale.
|
static BigFractionFormat |
BigFractionFormat.getProperInstance(Locale locale)
Returns the default complex format for the given locale.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.