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

Fix inspection report issues.

[SVN r67727]
This commit is contained in:
John Maddock
2011-01-06 16:55:48 +00:00
parent 19fedcf565
commit 5b4f192716
142 changed files with 667 additions and 657 deletions

View File

@@ -73,7 +73,7 @@ int main()
try
{
unsigned n = 10; unsigned k = 2;
// cout << "Binomial coefficient: " << boost::math::binomial_coefficient<unsigned>(n,k) << endl;
// cout << "Binomial coefficient: " << boost::math::binomial_coefficient<unsigned>(n,k) << endl;
}
catch(exception& e)
{
@@ -94,3 +94,4 @@ Output:
*/