Package org.apache.pig.piggybank.evaluation.math

Class Summary
ABS math.ABS implements a binding to the Java function Math.abs(double) for computing the absolute value of the argument.
ACOS math.ACOS implements a binding to the Java function Math.acos(double) for computing the arc cosine of value of the argument.
ASIN math.ASIN implements a binding to the Java function Math.asin(double) for computing the arc sine of value of the argument.
ATAN math.ATAN implements a binding to the Java function Math.atan(double) for computing the arc tangent of value of the argument.
ATAN2 math.ATAN2 implements a binding to the Java function Math.atan2(double,double).
Base base class for math udfs
CBRT math.CBRT implements a binding to the Java function Math.cbrt(double) for computing the cube root of the argument.
CEIL math.CEIL implements a binding to the Java function Math.ceil(double).
copySign math.copySign implements a binding to the Java function Math.copySign(double,double).
COS math.COS implements a binding to the Java function Math.cos(double).
COSH math.COSH implements a binding to the Java function Math.cosh(double).
DoubleAbs math.ABS implements a binding to the Java function Math.abs(double) for computing the absolute value of the argument.
DoubleBase base class for math udfs that return Double value
DoubleCopySign math.copySign implements a binding to the Java function Math.copySign(double,double).
DoubleDoubleBase base class for math udfs that return Double value
DoubleGetExponent math.getExponent implements a binding to the Java function Math.getExponent(double).
DoubleMax math.max implements a binding to the Java function Math.max(int,int) for computing the the max value of the arguments.
DoubleMin math.min implements a binding to the Java function Math.min(int,int) for computing the the min value of the arguments.
DoubleNextAfter math.nextAfter implements a binding to the Java function Math.nextAfter(double,double).
DoubleNextup math.NEXTUP implements a binding to the Java function Math.nextUp(double).
DoubleRound math.ROUND implements a binding to the Java function Math.round(double).
DoubleSignum math.SIGNUM implements a binding to the Java function Math.signum(double).
DoubleUlp math.ULP implements a binding to the Java function Math.ulp(double).
EXP math.EXP implements a binding to the Java function Math.exp(double).
EXPM1 math.EXPM1 implements a binding to the Java function Math.expm1(double).
FloatAbs math.ABS implements a binding to the Java function Math.abs(float) for computing the absolute value of the argument.
FloatCopySign math.copySign implements a binding to the Java function Math.copySign(float,float).
FloatGetExponent math.getExponent implements a binding to the Java function Math.getExponent(double).
FloatMax math.max implements a binding to the Java function Math.max(int,int) for computing the the max value of the arguments.
FloatMin math.min implements a binding to the Java function Math.min(int,int) for computing the the min value of the arguments.
FloatNextAfter math.nextAfter implements a binding to the Java function Math.nextAfter(double,double).
FloatNextup math.NEXTUP implements a binding to the Java function Math.nextUp(double).
FloatRound math.ROUND implements a binding to the Java function Math.round(float).
FloatSignum math.SIGNUM implements a binding to the Java function Math.signum(float).
FloatUlp math.ULP implements a binding to the Java function Math.ulp(float).
FLOOR math.FLOOR implements a binding to the Java function Math.floor(double).
getExponent math.getExponent implements a binding to the Java function Math.getExponent(double).
HYPOT math.HYPOT implements a binding to the Java function Math.hypot(double,double).
IEEEremainder math.IEEEremainder implements a binding to the Java function Math.IEEEremainder(double,double).
IntAbs math.ABS implements a binding to the Java function Math.abs(int) for computing the absolute value of the argument.
IntMax math.max implements a binding to the Java function Math.max(int,int) for computing the the max value of the arguments.
IntMin math.min implements a binding to the Java function Math.min(int,int) for computing the the min value of the arguments.
LOG math.LOG implements a binding to the Java function Math.log(double).
LOG10 math.LOG10 implements a binding to the Java function Math.log10(double).
LOG1P math.LOG1P implements a binding to the Java function Math.log1p(double).
LongAbs math.ABS implements a binding to the Java function Math.abs(long) for computing the absolute value of the argument.
LongMax math.max implements a binding to the Java function Math.max(long,long) for computing the the max value of the arguments.
LongMin math.min implements a binding to the Java function Math.min(long,long) for computing the the min value of the arguments.
MAX math.MAX implements a binding to the Java function Math.max(double,double).
MIN math.MIN implements a binding to the Java function Math.min(double,double).
nextAfter math.nextAfter implements a binding to the Java function Math.nextAfter(double,double).
NEXTUP math.NEXTUP implements a binding to the Java function Math.nextUp(double).
POW math.POW implements a binding to the Java function Math.pow(double,double).
RANDOM  
RINT math.RINT implements a binding to the Java function Math.rint(double).
ROUND math.ROUND implements a binding to the Java function Math.round(double).
SCALB math.SCALB implements a binding to the Java function Math.scalb(double,int).
SIGNUM math.SIGNUM implements a binding to the Java function Math.signum(double).
SIN math.SIN implements a binding to the Java function Math.sin(double).
SINH math.SINH implements a binding to the Java function Math.sinh(double).
SQRT math.SQRT implements a binding to the Java function Math.sqrt(double).
TAN math.TAN implements a binding to the Java function Math.tan(double).
TANH math.TANH implements a binding to the Java function Math.tanh(double).
toDegrees math.toDegrees implements a binding to the Java function Math.toDegrees(double).
toRadians math.toRadians implements a binding to the Java function Math.toRadians(double).
ULP math.ULP implements a binding to the Java function Math.ulp(double).
Util base class for math udfs
 



Copyright © ${year} The Apache Software Foundation