IMSL C# Numerical Library

ZeroFunction.IFunction.F Method 

The user supplied function to ZeroFunction.

double F(
   double x
);

Parameters

x
A double specifying the point at which the function is to be evaluated.

Return Value

A double specifying the value of the function at x.

Remarks

Returns the value of the function at the given point.

See Also

ZeroFunction.IFunction Interface | Imsl.Math Namespace