diff --git a/doc/sf/ccmath.qbk b/doc/sf/ccmath.qbk index 0afce3cb1..6f9a65232 100644 --- a/doc/sf/ccmath.qbk +++ b/doc/sf/ccmath.qbk @@ -61,8 +61,8 @@ All of the following functions require C++17 or greater. template inline constexpr Real ldexp(Real arg, int exp); - template - inline constexpr double ldexp(Z arg, int exp); + template + inline constexpr double ldexp(Integer arg, int exp); } // Namespaces