|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base | |
---|---|
org.apache.pig.piggybank.evaluation.math |
Uses of Base in org.apache.pig.piggybank.evaluation.math |
---|
Subclasses of Base in org.apache.pig.piggybank.evaluation.math | |
---|---|
class |
ACOS
math.ACOS implements a binding to the Java function Math.acos(double) for computing the
arc cosine of value of the argument. |
class |
ASIN
math.ASIN implements a binding to the Java function Math.asin(double) for computing the
arc sine of value of the argument. |
class |
ATAN
math.ATAN implements a binding to the Java function Math.atan(double) for computing the
arc tangent of value of the argument. |
class |
ATAN2
math.ATAN2 implements a binding to the Java function Math.atan2(double,double) . |
class |
CBRT
math.CBRT implements a binding to the Java function Math.cbrt(double) for computing the
cube root of the argument. |
class |
CEIL
math.CEIL implements a binding to the Java function Math.ceil(double) . |
class |
COS
math.COS implements a binding to the Java function Math.cos(double) . |
class |
COSH
math.COSH implements a binding to the Java function Math.cosh(double) . |
class |
DoubleBase
base class for math udfs that return Double value |
class |
DoubleDoubleBase
base class for math udfs that return Double value |
class |
EXP
math.EXP implements a binding to the Java function Math.exp(double) . |
class |
EXPM1
math.EXPM1 implements a binding to the Java function Math.expm1(double) . |
class |
FLOOR
math.FLOOR implements a binding to the Java function Math.floor(double) . |
class |
HYPOT
math.HYPOT implements a binding to the Java function Math.hypot(double,double) . |
class |
IEEEremainder
math.IEEEremainder implements a binding to the Java function Math.IEEEremainder(double,double) . |
class |
LOG
math.LOG implements a binding to the Java function Math.log(double) . |
class |
LOG10
math.LOG10 implements a binding to the Java function Math.log10(double) . |
class |
LOG1P
math.LOG1P implements a binding to the Java function Math.log1p(double) . |
class |
POW
math.POW implements a binding to the Java function Math.pow(double,double) . |
class |
RINT
math.RINT implements a binding to the Java function Math.rint(double) . |
class |
SIN
math.SIN implements a binding to the Java function Math.sin(double) . |
class |
SINH
math.SINH implements a binding to the Java function Math.sinh(double) . |
class |
SQRT
math.SQRT implements a binding to the Java function Math.sqrt(double) . |
class |
TAN
math.TAN implements a binding to the Java function Math.tan(double) . |
class |
TANH
math.TANH implements a binding to the Java function Math.tanh(double) . |
class |
toDegrees
math.toDegrees implements a binding to the Java function Math.toDegrees(double) . |
class |
toRadians
math.toRadians implements a binding to the Java function Math.toRadians(double) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |