From 8d04137d55fa845454fb9717da95fd35b57af64b Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 14 Jan 2014 17:52:37 +0000 Subject: [PATCH] Fix some inspection report issues. --- example/bessel_errors_example.cpp | 3 ++- example/numerical_derivative_example.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example/bessel_errors_example.cpp b/example/bessel_errors_example.cpp index 8f42fa038..1b7729269 100644 --- a/example/bessel_errors_example.cpp +++ b/example/bessel_errors_example.cpp @@ -167,4 +167,5 @@ Output: Thrown exception Error in function boost::math::airy_ai_zero(double,double): The requested rank of the zero is 0, but must be 1 or more ! -*/ \ No newline at end of file +*/ + diff --git a/example/numerical_derivative_example.cpp b/example/numerical_derivative_example.cpp index cf5d98695..3a194502c 100644 --- a/example/numerical_derivative_example.cpp +++ b/example/numerical_derivative_example.cpp @@ -35,7 +35,7 @@ order to numerically compute the derivative of a function, and then repeat with a 5 decimal digit higher precision user-defined floating-point type. Consider the function shown below. - +!! (3) We will now take the derivative of this function with respect to x evaluated at x = 3= 2. In other words, @@ -206,3 +206,4 @@ the entire precision of the result in double is preserved. float_distance = 0.000000 */ +