public void CasTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:cas", x => { return(ml.Cas(x)); }); }