cmake-3.25.1-tutorial-source/Step11/MathFunctions/mysqrt.h
zhangyazhou 8a5b8b3292 init
2022-12-11 21:34:46 +08:00

7 lines
75 B
C++

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