com.graphbuilder.math.func.LgFunction Class Reference

The log base 2 function. More...

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

List of all members.

Public Member Functions

 LgFunction ()
double of (double[] d, int numParam)
 Returns the log base 2 of the value at index location 0.
boolean acceptNumParam (int numParam)
 Returns true only for 1 parameter, false otherwise.
String toString ()

Detailed Description

The log base 2 function.

Definition at line 6 of file LgFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.LgFunction.LgFunction (  ) 

Definition at line 8 of file LgFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 20 of file LgFunction.java.

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

Returns the log base 2 of the value at index location 0.

Implements com.graphbuilder.math.func.Function.

Definition at line 13 of file LgFunction.java.

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

Definition at line 24 of file LgFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1