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

Added (correct) copyright and non-ASCII chars.

[SVN r79975]
This commit is contained in:
Paul A. Bristow
2012-08-12 11:19:21 +00:00
parent 889b736051
commit 777defb145
3 changed files with 10 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ is a certain sign that it will /not/ have the desired effect.
We'll begin our sample program with the needed includes:
*/
#define BOOST_MATH_DOMAIN_ERROR_POLICY ignore_error
// Boost
#include <boost/math/distributions/students_t.hpp>
using boost::math::students_t; // Probability of students_t(df, t).