com.graphbuilder.math.func.SqrtFunction Class Reference

The square root function. More...

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

List of all members.

Public Member Functions

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

Detailed Description

The square root function.

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

Definition at line 8 of file SqrtFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.SqrtFunction.SqrtFunction (  ) 

Definition at line 10 of file SqrtFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 30 of file SqrtFunction.java.

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

Returns the square root of the value at index location 0.

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file SqrtFunction.java.

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

Definition at line 34 of file SqrtFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1