public void DacothTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:dacoth", x => { return(ml.Dacoth(x)); }); }