Home | History | Annotate | Download | only in big

Lines Matching full:binomial

248 		if got := z.Binomial(test.n, test.k).String(); got != test.want {
249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want)
257 z.Binomial(1000, 990)