Package | Description |
---|---|
org.apache.pig.piggybank.evaluation.math |
Modifier and Type | Class and Description |
---|---|
class |
ACOS
Deprecated.
Use
ACOS |
class |
ASIN
Deprecated.
Use
ASIN |
class |
ATAN
Deprecated.
Use
ATAN |
class |
ATAN2
math.ATAN2 implements a binding to the Java function
Math.atan2(double,double) . |
class |
CBRT
Deprecated.
Use
CBRT |
class |
CEIL
Deprecated.
Use
CEIL |
class |
COS
Deprecated.
Use
COS |
class |
COSH
Deprecated.
Use
COSH |
class |
DoubleBase
Deprecated.
Use
DoubleBase |
class |
DoubleDoubleBase
base class for math udfs that return Double value
|
class |
EXP
Deprecated.
Use
EXP |
class |
EXPM1
math.EXPM1 implements a binding to the Java function
Math.expm1(double) . |
class |
FLOOR
Deprecated.
Use
FLOOR |
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
Deprecated.
Use
LOG |
class |
LOG10
Deprecated.
Use
LOG10 |
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
Deprecated.
Use
SIN |
class |
SINH
Deprecated.
Use
SINH |
class |
SQRT
Deprecated.
Use
SQRT |
class |
TAN
Deprecated.
Use
TAN |
class |
TANH
Deprecated.
Use
TANH |
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) . |
Copyright © 2007-2012 The Apache Software Foundation