Formatting (removed Eclipse tags @formatter:on, @formatter:off)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1379254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99a9552531
commit
1398a16c7c
|
@ -343,7 +343,6 @@ public class GammaTest {
|
|||
* "},");
|
||||
* </pre>
|
||||
*/
|
||||
// @formatter:off
|
||||
private static final double[][] INV_GAMMA1P_M1_REF = {
|
||||
{ -0.5 , -.4358104164522437 },
|
||||
{ -0.375 , -.3029021533379859 },
|
||||
|
@ -363,7 +362,6 @@ public class GammaTest {
|
|||
{ 1.375 , -.1818408982517061 },
|
||||
{ 1.5 , -0.247747221936325 },
|
||||
};
|
||||
// @formatter:on
|
||||
|
||||
@Test
|
||||
public void testInvGamma1pm1() {
|
||||
|
|
Loading…
Reference in New Issue