mirror of
https://github.com/apache/commons-math.git
synced 2025-02-11 04:26:20 +00:00
Javadoc only. Added missing @throws tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1054275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ab5efee5d
commit
a86b4b6182
@ -255,10 +255,11 @@ public abstract class AbstractIntegerDistribution extends AbstractDistribution
|
||||
* values returned.
|
||||
* Throws MathException if the value is NaN. Rethrows any MathException encountered
|
||||
* evaluating the cumulative probability function. Throws
|
||||
* MathException of the cumulative probability function returns NaN.
|
||||
* MathException if the cumulative probability function returns NaN.
|
||||
*
|
||||
* @param argument Input value.
|
||||
* @return the cumulative probability.
|
||||
* @throws MathException if the cumulative probability is NaN
|
||||
*/
|
||||
private double checkedCumulativeProbability(int argument)
|
||||
throws MathException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user