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

Cleanup examples

This commit is contained in:
Matt Borland
2021-03-21 09:14:15 +03:00
parent 4b6ad919b3
commit 8c4bac90e9
5 changed files with 10 additions and 15 deletions

View File

@@ -10,10 +10,10 @@
# include <iostream>
# include <iomanip>
# include <limits>
# include <type_traits>
# include <cmath>
#include <boost/math/tools/assert.hpp>
#include <boost/type_traits/is_floating_point.hpp>
#include <boost/math/special_functions/next.hpp> // for float_distance
//[numeric_derivative_example