get some T.DIST tests to work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-22 09:59:53 +00:00
parent 6290068f49
commit 1b51dbca9f
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@ final class TestTDistLt {
//https://support.microsoft.com/en-us/office/t-dist-rt-function-20a30020-86f9-4b35-af1f-7ef6ae683eda
confirmValue("60", "1", "TRUE", 0.99469533, 0.000001);
confirmValue("-60", "1", "TRUE", 0.005304674, 0.000001);
//confirmValue("60", "1", "FALSE", 0.00073691, 0.000001);
confirmValue("-60", "1.9", "TRUE", 0.005304674, 0.000001);
confirmValue("8", "3", "FALSE", 0.00073691, 0.000001);
confirmValue("-8", "3", "FALSE", 0.00073691, 0.000001);
confirmValue("-8", "3.9", "FALSE", 0.00073691, 0.000001);
}
@Test