com.graphbuilder.math.func.ExpFunction Class Reference

The exp function. More...

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

List of all members.

Public Member Functions

 ExpFunction ()
double of (double[] d, int numParam)
 Returns Euler's number, e, raised to the exponent of the value at index location 0.
boolean acceptNumParam (int numParam)
 Returns true only for 1 parameter, false otherwise.
String toString ()

Detailed Description

The exp function.

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

Definition at line 8 of file ExpFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.ExpFunction.ExpFunction (  ) 

Definition at line 10 of file ExpFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 22 of file ExpFunction.java.

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

Returns Euler's number, e, raised to the exponent of the value at index location 0.

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file ExpFunction.java.

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

Definition at line 26 of file ExpFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1