Click or drag to resize

MatrixMathSquare Method

Calculates the Square of the value x.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Square(
	double x
)

Parameters

x  Double
The value.

Return Value

Double
x*x.
See Also