1
0
Fork 0
cmaketutorial/Step10/MathFunctions/mysqrt.h

7 lines
75 B
C++

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