Additional test passes.
This commit is contained in:
parent
e85e8b53f2
commit
c3ec07380f
|
@ -313,14 +313,12 @@ public abstract class ExtendedFieldElementAbstractTest<T extends RealFieldElemen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: add this test in 4.0, as it is not possible to do it in 3.2
|
@Test
|
||||||
// due to incompatibility of the return type in the Dfp class
|
public void testLog10() {
|
||||||
// @Test
|
for (double x = -0.9; x < 0.9; x += 0.05) {
|
||||||
// public void testLog10() {
|
checkRelative(AccurateMath.log10(x), build(x).log10());
|
||||||
// for (double x = -0.9; x < 0.9; x += 0.05) {
|
}
|
||||||
// checkRelative(AccurateMath.log10(x), build(x).log10());
|
}
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAbs() {
|
public void testAbs() {
|
||||||
|
|
|
@ -315,14 +315,12 @@ public abstract class ExtendedFieldElementAbstractTest<T extends RealFieldElemen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: add this test in 4.0, as it is not possible to do it in 3.2
|
@Test
|
||||||
// due to incompatibility of the return type in the Dfp class
|
public void testLog10() {
|
||||||
// @Test
|
for (double x = -0.9; x < 0.9; x += 0.05) {
|
||||||
// public void testLog10() {
|
checkRelative(AccurateMath.log10(x), build(x).log10());
|
||||||
// for (double x = -0.9; x < 0.9; x += 0.05) {
|
}
|
||||||
// checkRelative(AccurateMath.log10(x), build(x).log10());
|
}
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAbs() {
|
public void testAbs() {
|
||||||
|
|
Loading…
Reference in New Issue