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

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