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

Coverage: Remove unneeded #includes from lambert_w.hpp.

This commit is contained in:
jzmaddock
2025-04-29 16:47:44 +01:00
parent ca4d89128a
commit 895a4de2ec

View File

@@ -70,14 +70,12 @@ BOOST_MATH_INSTRUMENT_LAMBERT_W_SMALL_Z_SERIES_ITERATIONS // Show evaluation of
#include <limits>
#include <cmath>
#include <limits>
#include <exception>
#include <type_traits>
#include <cstdint>
// Needed for testing and diagnostics only.
#include <iostream>
#include <typeinfo>
//#include <iostream>
//#include <typeinfo>
#include <boost/math/special_functions/next.hpp> // For float_distance.
using lookup_t = double; // Type for lookup table (double or float, or even long double?)