Home | History | Annotate | Download | only in math

Lines Matching full:atanh

91 var atanh = []float64{
1839 if f := Atanh(a); !veryclose(atanh[i], f) {
1840 t.Errorf("Atanh(%g) = %g, want %g", a, f, atanh[i])
1844 if f := Atanh(vfatanhSC[i]); !alike(atanhSC[i], f) {
1845 t.Errorf("Atanh(%g) = %g, want %g", vfatanhSC[i], f, atanhSC[i])
2706 Atanh(.5)