ILNumerics Ultimate VS

complexSqrt Method (Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Square root

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Sqrt(
	double input
)

Parameters

input
Type: SystemDouble
Input value

Return Value

Type: complex
The square root of input
Remarks

If input is smaller than 0.0, the computation will be done in the complex plane.

[ILNumerics Core Module]

See Also

Reference