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