com.graphbuilder.math.func.PowFunction Class Reference

The power function. More...

Inheritance diagram for com.graphbuilder.math.func.PowFunction:
Inheritance graph
[legend]
Collaboration diagram for com.graphbuilder.math.func.PowFunction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PowFunction ()
double of (double[] d, int numParam)
 Returns the value at index location 0 to the exponent of the value at index location 1.
boolean acceptNumParam (int numParam)
 Returns true only for 2 parameters, false otherwise.
String toString ()

Detailed Description

The power function.

See also:
java.lang.Math.pow(double,double)

Definition at line 8 of file PowFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.PowFunction.PowFunction (  ) 

Definition at line 10 of file PowFunction.java.


Member Function Documentation

boolean com.graphbuilder.math.func.PowFunction.acceptNumParam ( int  numParam  ) 

Returns true only for 2 parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 23 of file PowFunction.java.

double com.graphbuilder.math.func.PowFunction.of ( double[]  d,
int  numParam 
)

Returns the value at index location 0 to the exponent of the value at index location 1.

Implements com.graphbuilder.math.func.Function.

Definition at line 16 of file PowFunction.java.

String com.graphbuilder.math.func.PowFunction.toString (  ) 

Definition at line 27 of file PowFunction.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1