Ejemplo n.º 1
0
        public void AcosTest()
        {
            MathLibrary ml = new MathLibrary();

            MathTestSingle("f:acos", x => { return(ml.Acos(x)); });
        }