Class GreatestCommonDenominator
java.lang.Object
com.google.refine.expr.functions.math.GreatestCommonDenominator
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(Properties bindings, Object[] args) static doubleGCD(double a, double b)
-
Constructor Details
-
GreatestCommonDenominator
public GreatestCommonDenominator()
-
-
Method Details
-
call
-
GCD
public static double GCD(double a, double b) -
getDescription
- Specified by:
getDescriptionin interfaceFunction
-
getParams
-
getReturns
- Specified by:
getReturnsin interfaceFunction
-