(double expected, double actual)
| 46 | } |
| 47 | |
| 48 | public static double relErr(double expected, double actual) |
| 49 | { |
| 50 | return Math.abs((expected-actual)/expected); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Test of log2 method, of class FastMath. |
no outgoing calls
no test coverage detected