mirror of https://github.com/apache/poi.git
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:
parent
6290068f49
commit
1b51dbca9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue