Calculates the Square of the value x.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Square(
double x
)
Parameters
- x Double
- The value.
Return Value
Doublex*x.
See Also