Calculates the complex square root of the input value.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Complex Sqrt(
Complex x
)
Public Shared Function Sqrt (
x As Complex
) As Complex
public:
static Complex Sqrt(
Complex x
)
static member Sqrt :
x : Complex -> Complex
Parameters
- x
- Type: AGI.Foundation.Coordinates.Complex
The input complex number.
Return Value
Type:
ComplexThe square root.
See Also