2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix more typos

This commit is contained in:
Brian Wignall
2019-12-16 13:35:48 -05:00
parent 8c9fc93094
commit 54770599d5
99 changed files with 117 additions and 117 deletions

View File

@@ -62,7 +62,7 @@ int main()
}
// Compare with the cdf
double cdf8 = cdf(mynbdist, static_cast<double>(k));
double diff = sum - cdf8; // Expect the diference to be very small.
double diff = sum - cdf8; // Expect the difference to be very small.
cout << setprecision(17) << "Sum pdfs = " << sum << ' ' // sum = 0.40025683281803698
<< ", cdf = " << cdf(mynbdist, static_cast<double>(k)) // cdf = 0.40025683281803687
<< ", difference = " // difference = 0.50000000000000000