public void AcothTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:acoth", x => { return(ml.Acoth(x)); }); }