1
0
cmaketutorial/Step12/MathFunctions/mysqrt.h
2023-10-29 11:50:48 +01:00

7 lines
75 B
C++

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