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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user