Class Summary |
ABS |
Deprecated. Use ABS |
ACOS |
Deprecated. Use ACOS |
ASIN |
Deprecated. Use ASIN |
ATAN |
Deprecated. Use ATAN |
ATAN2 |
math.ATAN2 implements a binding to the Java function
Math.atan2(double,double) . |
Base |
Deprecated. Use Base |
CBRT |
Deprecated. Use CBRT |
CEIL |
Deprecated. Use CEIL |
copySign |
math.copySign implements a binding to the Java function
Math.copySign(double,double) . |
COS |
Deprecated. Use COS |
COSH |
Deprecated. Use COSH |
DoubleAbs |
Deprecated. Use DoubleAbs |
DoubleBase |
Deprecated. Use DoubleBase |
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 |
Deprecated. Use DoubleRound |
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 |
Deprecated. Use EXP |
EXPM1 |
math.EXPM1 implements a binding to the Java function
Math.expm1(double) . |
FloatAbs |
Deprecated. Use FloatAbs |
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 |
Deprecated. Use FloatRound |
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 |
Deprecated. Use FLOOR |
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 |
Deprecated. Use IntAbs |
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 |
Deprecated. Use LOG |
LOG10 |
Deprecated. Use LOG10 |
LOG1P |
math.LOG1P implements a binding to the Java function
Math.log1p(double) . |
LongAbs |
Deprecated. Use LongAbs |
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 |
Deprecated. Use ROUND |
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 |
Deprecated. Use SIN |
SINH |
Deprecated. Use SINH |
SQRT |
Deprecated. Use SQRT |
TAN |
Deprecated. Use TAN |
TANH |
Deprecated. Use TANH |
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 |