public void DasechTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:dasech", x => { return(ml.Dasech(x)); }); }