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

7 lines
75 B
C
Raw Permalink Normal View History

2023-10-29 10:50:48 +00:00
namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}