Пример #1
0
 @Test
 public void testAtanh() {
   assertEquals(1.0986123, Math.atanh(0.8), 1e-7);
 }