public class NumericUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
OUT_Alert |
Constructor and Description |
---|
NumericUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(org.apache.commons.math3.complex.Complex x,
org.apache.commons.math3.complex.Complex y)
Check if the two Complex objects are equal regarding to standard err
|
static boolean |
equals(org.apache.commons.math3.complex.Complex x,
org.apache.commons.math3.complex.Complex y,
double err)
Check if the two Complex objects are equal regarding to the err
|
static boolean |
equals(double x,
double y)
Check if the two doubles are equal regarding to standard err
|
static boolean |
equals(double x,
double y,
double err)
Check if the two doubles are equal regarding to the err
|
static boolean |
equals(int x,
int y)
Check if the two ints are equal
|
static boolean |
equals(LimitType x,
LimitType y)
Check if the two LimitType objects are equal regarding to standard err
|
static boolean |
equals(LimitType x,
LimitType y,
double err)
Check if the two LimitType objects are equal regarding to the err
|
static boolean |
equals(Matrix_xy x,
Matrix_xy y)
Check if the two Matrix_xy objects are equal regarding to standard err
|
static boolean |
equals(Matrix_xy x,
Matrix_xy y,
double err)
Check if the two Matrix_xy objects are equal regarding to the err
|
public static boolean equals(int x, int y)
x
- y
- public static boolean equals(double x, double y)
x
- y
- public static boolean equals(double x, double y, double err)
x
- y
- err
- public static boolean equals(org.apache.commons.math3.complex.Complex x, org.apache.commons.math3.complex.Complex y)
x
- y
- public static boolean equals(org.apache.commons.math3.complex.Complex x, org.apache.commons.math3.complex.Complex y, double err)
x
- y
- err
- public static boolean equals(Matrix_xy x, Matrix_xy y)
x
- y
- public static boolean equals(Matrix_xy x, Matrix_xy y, double err)
x
- y
- err
- public static boolean equals(LimitType x, LimitType y)
x
- y
-