IComplexElementaryFunctions<T, U>.Sqrt Method

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Sqrt(U) Returns the first square root of a real number.
Sqrt(T) Returns the square root of a value.

Sqrt(U)

Returns the first square root of a real number.
C#
T Sqrt(
	U a
)

Parameters

a  U
A real number

Return Value

T
The square root of a that is either real and positive, or imaginary with a positive imaginary part.

See Also