Uses of Class
org.apache.pig.piggybank.evaluation.math.DoubleBase

Packages that use DoubleBase
org.apache.pig.piggybank.evaluation.math   
 

Uses of DoubleBase in org.apache.pig.piggybank.evaluation.math
 

Subclasses of DoubleBase 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 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 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 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 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).
 



Copyright © ${year} The Apache Software Foundation