Click or drag to resize

TestFunctionsBohachevsky1 Method

Bowl-shaped first Bohachevsky function. Global minimum of all zeros with f(0,0) = 0. Common range: [-100, 100]

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Bohachevsky1(
	double x,
	double y
)

Parameters

x  Double
The first coordinate.
y  Double
The second coordinate.

Return Value

Double
The first Bohachevsky function value.
Remarks
http://www.sfu.ca/~ssurjano/boha.html
See Also