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

7 lines
75 B
C++

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