]> source.dussan.org Git - poi.git/commit
[bug-66105] support CORREL function
authorPJ Fanning <fanningpj@apache.org>
Sun, 5 Jun 2022 13:27:01 +0000 (13:27 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 5 Jun 2022 13:27:01 +0000 (13:27 +0000)
commit3cd83e1b9cc369415cdcdcc656b317124d9eb95e
tree9f57dc089188cb2b2eba5a3dacf54f37237ddcd9
parentd266b41bacac237c870351654c333f782d324a69
[bug-66105] support CORREL function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901670 13f79535-47bb-0310-9956-ffa450edef68
poi/src/main/java/org/apache/poi/ss/formula/eval/FunctionEval.java
poi/src/main/java/org/apache/poi/ss/formula/functions/Correl.java [new file with mode: 0644]
poi/src/main/java/org/apache/poi/ss/formula/functions/DoubleList.java [new file with mode: 0644]
poi/src/main/java/org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.java
poi/src/main/java/org/apache/poi/ss/formula/functions/Sqrtpi.java
poi/src/test/java/org/apache/poi/ss/formula/functions/TestCorrel.java [new file with mode: 0644]