Calculates the complex square root of the input value.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesComplex
The input complex number.
Return Value
Type:
ComplexThe square root.
See Also