public void DasinhTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:dasinh", x => { return(ml.Dasinh(x)); }); }