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:
@@ -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).
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
// (C) Benjamin Sobotta 2012
|
||||
// Copyright Benjamin Sobotta 2012
|
||||
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4127) // conditional expression is constant.
|
||||
#endif
|
||||
|
||||
#include <boost/math/special_functions/owens_t.hpp>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Benjamin Sobotta 2012
|
||||
// Copyright Benjamin Sobotta 2012
|
||||
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
@@ -69,7 +69,7 @@ int main()
|
||||
to install packages into? (y/n) y
|
||||
--- Please select a CRAN mirror for use in this session ---
|
||||
Loading Tcl/Tk interface ... done
|
||||
also installing the dependency ‘mnormt’
|
||||
also installing the dependency mnormt
|
||||
|
||||
trying URL 'http://mirrors.dotsrc.org/cran/src/contrib/mnormt_1.4-5.tar.gz'
|
||||
Content type 'application/x-gzip' length 34049 bytes (33 Kb)
|
||||
|
||||
Reference in New Issue
Block a user