1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 14:08:35 +08:00
Files
CMake/Help/guide/tutorial/Step11/MathFunctions/mysqrt.h
2019-06-18 10:36:16 -04:00

7 lines
75 B
C++

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