public void AtanTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:atan", x => { return(ml.Atan(x)); }); }