Beispiel #1
0
        public void CommonOperations_DegressToRads_CheckAgainstSimplePiFractions(float rads, float degrees)
        {
            ICommonOperations common = new CommonOperations();

            Assert.Equal(rads, common.DegressToRadians(degrees));
        }