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

Big proof-read of policy docs, moved all examples into separate source files, and made sure they compile etc.

[SVN r38554]
This commit is contained in:
John Maddock
2007-08-09 16:34:23 +00:00
parent 396c0510f9
commit 2a6d18fb50
20 changed files with 568 additions and 219 deletions

View File

@@ -109,7 +109,8 @@ Example error handling using Student's t function.
BOOST_MATH_DOMAIN_ERROR_POLICY is set to: throw_on_error
Message from thrown exception was:
Error in function boost::math::students_t_distribution<double>::students_t_distribution: Degrees of freedom argument is -1, but must be > 0 !
Error in function boost::math::students_t_distribution<double>::students_t_distribution:
Degrees of freedom argument is -1, but must be > 0 !
]
Alternatively let's build with: