2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
This commit is contained in:
Matt Borland
2021-09-06 21:47:29 +03:00
parent a8cdcd85b1
commit c0e7a1fa56

View File

@@ -61,8 +61,8 @@ All of the following functions require C++17 or greater.
template <typename Real>
inline constexpr Real ldexp(Real arg, int exp);
template <typename Z>
inline constexpr double ldexp(Z arg, int exp);
template <typename Integer>
inline constexpr double ldexp(Integer arg, int exp);
} // Namespaces