Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@925897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cecc214fda
commit
71e70f8643
|
@ -33,7 +33,7 @@ public class FDistributionImpl
|
|||
implements FDistribution, Serializable {
|
||||
|
||||
/**
|
||||
* Default inverse cumulative probability accurac
|
||||
* Default inverse cumulative probability accuracy
|
||||
* @since 2.1
|
||||
*/
|
||||
public static final double DEFAULT_INVERSE_ABSOLUTE_ACCURACY = 1e-9;
|
||||
|
|
Loading…
Reference in New Issue