public void AcschTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:acsch", x => { return(ml.Acsch(x)); }); }