Package | Description |
---|---|
org.apache.commons.math3.fraction |
Fraction number type and fraction number formatting.
|
org.apache.commons.math3.geometry |
This package is the top level package for geometry.
|
Modifier and Type | Method and Description |
---|---|
BigFraction |
BigFractionFormat.parse(String source)
Parses a string to produce a
BigFraction object. |
Fraction |
FractionFormat.parse(String source)
Parses a string to produce a
Fraction object. |
Modifier and Type | Method and Description |
---|---|
abstract Vector<S> |
VectorFormat.parse(String source)
Parses a string to produce a
Vector object. |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.