Click or drag to resize

ScriptExecutionBasePow2(Double) Method

Calculates the 2nd power of x (square of x).

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Pow2(
	double x
)

Parameters

x  Double
A double-precision floating-point number.

Return Value

Double
The 2nd power of x.
See Also