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.3179.0 (4.8.3179.0)
Syntax
C#
public static double Bohachevsky1(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.TestFunctions.Bohachevsky1(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.TestFunctions.Bohachevsky1(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.TestFunctions.Bohachevsky1(System.Double,System.Double)"]

Remarks
http://www.sfu.ca/~ssurjano/boha.html
See Also