Package hudson.plugins.performance.tools
Class SafeMaths
java.lang.Object
hudson.plugins.performance.tools.SafeMaths
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleroundTwoDecimals(double d) static doublesafeDivide(double dividend, double divisor)
-
Constructor Details
-
SafeMaths
public SafeMaths()
-
-
Method Details
-
safeDivide
public static double safeDivide(double dividend, double divisor) -
roundTwoDecimals
public static double roundTwoDecimals(double d)
-