Click or drag to resize

NMathFunctionsSqrt(Double) Method

Calculates the principal value of the square root of a double-precision floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Sqrt(
	double d
)

Parameters

d  Double
A double-precision floating point number.

Return Value

Double
The square root of d.
See Also