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

4 lines
51 B
C++

namespace mathfunctions {
double sqrt(double x);
}