public class UtilMathTest
extends java.lang.Object
Constructor and Description |
---|
UtilMathTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBernouilli()
|
void |
testC()
Test
UtilMath.C(int, int) |
void |
testEqualsDoubleDouble()
|
void |
testFactorial()
|
void |
testGcd()
|
void |
testInterpolationExponential()
|
void |
testInterpolationLogarithm()
|
void |
testInterpolationSinus()
|
void |
testIsNul()
|
void |
testLcm()
|
void |
testMax()
|
void |
testMaxIntegers()
|
void |
testMin()
|
void |
testMinIntegers()
|
void |
testModuloDoubleDouble()
|
void |
testModuloIntInt()
|
void |
testModuloLongLong()
|
void |
testPCubique()
|
void |
testPCubiques()
|
void |
testPow()
|
void |
testPQuadrique()
|
void |
testPQuadriques()
|
void |
testSignDouble()
|
void |
testSignInt()
Test
UtilMath.sign(int) |
void |
testSignLong()
Test
UtilMath.sign(long) |
public void testBernouilli()
public void testC()
UtilMath.C(int, int)
public void testEqualsDoubleDouble()
public void testFactorial()
public void testGcd()
public void testInterpolationExponential()
public void testInterpolationLogarithm()
public void testInterpolationSinus()
public void testIsNul()
public void testLcm()
public void testMax()
public void testMaxIntegers()
public void testMin()
public void testMinIntegers()
public void testModuloDoubleDouble()
public void testModuloIntInt()
public void testModuloLongLong()
public void testPCubique()
public void testPCubiques()
public void testPow()
public void testPQuadrique()
public void testPQuadriques()
public void testSignDouble()
public void testSignInt()
UtilMath.sign(int)
public void testSignLong()
UtilMath.sign(long)