public void DacschTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:dacsch", x => { return(ml.Dacsch(x)); }); }