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 */ +