System.Numerics.Tests.ComplexTests.RandomPositivePhase C# (CSharp) Method

RandomPositivePhase() public static method

public static RandomPositivePhase ( ) : double
return double
        public static double RandomPositivePhase()
        {
            return RandomPositiveValue(Math.PI / 2);
        }
ComplexTests