(double a)
| 320 | } |
| 321 | |
| 322 | public static double sign(double a) { |
| 323 | return Double.compare(a, 0); |
| 324 | } |
| 325 | |
| 326 | public static double IF(MathParser parser, String condition, String a, String b) throws MathParserException { |
| 327 | condition = Utils.realTrim(condition); |
nothing calls this directly
no outgoing calls
no test coverage detected