com.graphbuilder.math.func.LnFunction Class Reference

The natural logarithm function. More...

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

List of all members.

Public Member Functions

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

Detailed Description

The natural logarithm function.

See also:
java.lang.Math.log(double)

Definition at line 8 of file LnFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.LnFunction.LnFunction (  ) 

Definition at line 10 of file LnFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 22 of file LnFunction.java.

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

Returns the natural logarithm of the value at index location 0.

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file LnFunction.java.

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

Definition at line 26 of file LnFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1