public class Power2 extends ValueFunction
Modifier and Type | Method and Description |
---|---|
double |
execute(double in1) |
double |
execute(double in1,
double in2) |
double |
execute(long in1,
long in2) |
static Power2 |
getPower2FnObject() |
requiresCorrection
public static Power2 getPower2FnObject()
public double execute(double in1)
execute
in class FunctionObject
public double execute(double in1, double in2)
execute
in class FunctionObject
public double execute(long in1, long in2)
execute
in class FunctionObject
Copyright © 2020 The Apache Software Foundation. All rights reserved.