Lines Matching full:acosh
43 var acosh = []float64{
1785 if f := Acosh(a); !veryclose(acosh[i], f) {
1786 t.Errorf("Acosh(%g) = %g, want %g", a, f, acosh[i])
1790 if f := Acosh(vfacoshSC[i]); !alike(acoshSC[i], f) {
1791 t.Errorf("Acosh(%g) = %g, want %g", vfacoshSC[i], f, acoshSC[i])
2682 Acosh(1.5)