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);
}
}