mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fixed lots of "inspect" issues: bad hyperlinks, tabs in source and missing licenses.
Tweaked some error levels again. [SVN r40079]
This commit is contained in:
@@ -48,15 +48,15 @@ We'll begin our sample program with the needed includes:
|
||||
|
||||
// Boost
|
||||
#include <boost/math/distributions/students_t.hpp>
|
||||
using boost::math::students_t; // Probability of students_t(df, t).
|
||||
using boost::math::students_t; // Probability of students_t(df, t).
|
||||
|
||||
// std
|
||||
#include <iostream>
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
#include <stdexcept>
|
||||
using std::exception;
|
||||
using std::exception;
|
||||
|
||||
/*`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user