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

Removed Evans example - wrong for find_minimum_number_of_trials example.

[SVN r38602]
This commit is contained in:
Paul A. Bristow
2007-08-11 16:38:24 +00:00
parent 765be8db3e
commit b71246a37a

View File

@@ -96,7 +96,7 @@ int main()
find_number_of_trials(50, 0.1);
find_number_of_trials(500, 0.1);
find_number_of_trials(5, 0.9);
find_number_of_trials(10-5, 0.4); // See Evans example in Wikipedia.
return 0;
} // int main()