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

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

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

Subclasses of DoubleDoubleBase in org.apache.pig.piggybank.evaluation.math
 class ATAN2
          math.ATAN2 implements a binding to the Java function Math.atan2(double,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 POW
          math.POW implements a binding to the Java function Math.pow(double,double).
 



Copyright © 2007-2012 The Apache Software Foundation