1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-28 15:02:17 +08:00
2019-06-18 10:36:16 -04:00

7 lines
75 B
C++

namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}