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

7 lines
75 B
C++

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