Click or drag to resize

ScriptExecutionBaseSqrt(Double) Method

Returns the square root of a specified number.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Sqrt(
	double s
)

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Sqrt(System.Double)"]

Return Value

Double
One of the values in the following table.
d parameter Return value
Zero or positive The positive square root of d.
NegativeNaN
Equals NaNNaN
Equals PositiveInfinityPositiveInfinity
See Also