e1c42ef0c234b0986d587ab489c30c5ae9750b1a
[platform/upstream/cmake.git] / Help / guide / tutorial / Step9 / MathFunctions / mysqrt.h
1
2 namespace mathfunctions {
3 namespace detail {
4 double mysqrt(double x);
5 }
6 }