IMSL C# Numerical Library

RadialBasis.IFunction.F Method 

A radial basis function.

double F(
   double x
);

Parameters

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

Return Value

A double, the value of the function at x.

See Also

RadialBasis.IFunction Interface | Imsl.Math Namespace