public void DatanhTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:datanh", x => { return(ml.Datanh(x)); }); }