Home | History | Annotate | Download | only in big

Lines Matching refs:n2

1180 		n2 := new(Float).Neg(p1)
1181 p2 := new(Float).Neg(n2)
1182 if !alike(n2, n1) {
1183 t.Errorf("%s: got %s; want %s", test, n2.Text('g', 10), n1.Text('g', 10))