Package | Description |
---|---|
org.apache.pig.piggybank.evaluation.math |
Modifier and Type | Class and Description |
---|---|
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