Home | History | Annotate | Download | only in big

Lines Matching refs:diff

1340 		diff := new(Float).Sub(a, b)
1342 if b.Cmp(diff) != 0 {
1343 t.Errorf("got %g - %g = %g; want %g\n", a, NewFloat(test.b), b, diff)