cmake-3.25.1-tutorial-source/Step10/MathFunctions/mysqrt.h

7 lines
75 B
C
Raw Normal View History

2022-12-11 21:34:46 +08:00
namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}