public class Power extends ValueFunction
| Modifier and Type | Method and Description | 
|---|---|
double | 
execute(double in1,
       double in2)  | 
double | 
execute(long in1,
       long in2)  | 
static Power | 
getPowerFnObject()  | 
requiresCorrectionpublic static Power getPowerFnObject()
public double execute(double in1,
                      double in2)
execute in class FunctionObjectpublic double execute(long in1,
                      long in2)
execute in class FunctionObjectCopyright © 2021 The Apache Software Foundation. All rights reserved.