com.graphbuilder.math.func.EFunction Class Reference

Euler's number, e, also called the base of natural logarithms. More...

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

List of all members.

Public Member Functions

 EFunction ()
double of (double[] d, int numParam)
 Returns the constant e regardless of the input.
boolean acceptNumParam (int numParam)
 Returns true only for 0 parameters, false otherwise.
String toString ()

Detailed Description

Euler's number, e, also called the base of natural logarithms.

See also:
java.lang.Math.E

Definition at line 8 of file EFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.EFunction.EFunction (  ) 

Definition at line 10 of file EFunction.java.


Member Function Documentation

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

Returns true only for 0 parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 22 of file EFunction.java.

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

Returns the constant e regardless of the input.

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file EFunction.java.

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

Definition at line 26 of file EFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1