Skip to content

Commit 8d04137

Browse files
committed
Fix some inspection report issues.
1 parent 103510a commit 8d04137

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

example/bessel_errors_example.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ Some compiler warnings indicate that 'bad' values are detected at compile time.
167167
Thrown exception Error in function boost::math::airy_ai_zero<double>(double,double): The requested rank of the zero is 0, but must be 1 or more !
168168
169169
170-
*/
170+
*/
171+

example/numerical_derivative_example.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ order to numerically compute the derivative of a function, and then repeat
3535
with a 5 decimal digit higher precision user-defined floating-point type.
3636
3737
Consider the function shown below.
38-
38+
!!
3939
(3)
4040
We will now take the derivative of this function with respect to x evaluated
4141
at x = 3= 2. In other words,
@@ -206,3 +206,4 @@ the entire precision of the result in double is preserved.
206206
float_distance = 0.000000
207207
208208
*/
209+

0 commit comments

Comments
 (0)