Esempio n. 1
0
        public void CeilingTest()
        {
            MathLibrary ml = new MathLibrary();

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