IComplex Elementary Functions<T, U>.Sqrt Method
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Sqrt(U)
Returns the first square root of a real number.
T Sqrt(
U a
)
Parameters
- a U
- A real number
Return Value
TThe square root of a that is either real and positive, or imaginary with a positive imaginary part.