mirror of https://github.com/apache/poi.git
incorrect check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
958e992032
commit
11b2e9afe5
|
@ -48,8 +48,6 @@ public final class NormDist extends Fixed4ArgFunction implements FreeRefFunction
|
|||
Double xval = evaluateValue(arg1, srcRowIndex, srcColumnIndex);
|
||||
if (xval == null) {
|
||||
return ErrorEval.VALUE_INVALID;
|
||||
} else if (xval < 0) {
|
||||
return ErrorEval.NUM_ERROR;
|
||||
}
|
||||
Double mean = evaluateValue(arg2, srcRowIndex, srcColumnIndex);
|
||||
if (mean == null) {
|
||||
|
|
Loading…
Reference in New Issue