Don't waste precious ; !
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a723caaf2d
commit
0cb0e06920
|
@ -1084,7 +1084,7 @@ public class FastMathTest {
|
|||
Assert.assertEquals(-3.13994498e38f, FastMath.scalb(-1.1e-7f, 151), 0F);
|
||||
Assert.assertEquals(Float.NEGATIVE_INFINITY, FastMath.scalb(-1.1e-7f, 152), 0F);
|
||||
Assert.assertEquals(Float.POSITIVE_INFINITY, FastMath.scalb(3.4028235E38f, 2147483647), 0F);
|
||||
Assert.assertEquals(Float.NEGATIVE_INFINITY, FastMath.scalb(-3.4028235E38f, 2147483647), 0F);;
|
||||
Assert.assertEquals(Float.NEGATIVE_INFINITY, FastMath.scalb(-3.4028235E38f, 2147483647), 0F);
|
||||
}
|
||||
|
||||
private boolean compareClassMethods(Class<?> class1, Class<?> class2){
|
||||
|
|
Loading…
Reference in New Issue