com.graphbuilder.math.func.FactFunction Class Reference

The factorial function. More...

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

List of all members.

Public Member Functions

 FactFunction ()
double of (double[] d, int numParam)
 Takes the (int) of the value at index location 0 and computes the factorial of that number.
boolean acceptNumParam (int numParam)
 Returns true only for 1 parameter, false otherwise.
String toString ()

Detailed Description

The factorial function.

Definition at line 6 of file FactFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.FactFunction.FactFunction (  ) 

Definition at line 8 of file FactFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 28 of file FactFunction.java.

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

Takes the (int) of the value at index location 0 and computes the factorial of that number.

Implements com.graphbuilder.math.func.Function.

Definition at line 14 of file FactFunction.java.

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

Definition at line 32 of file FactFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1