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

4 lines
51 B
C++

namespace mathfunctions {
double sqrt(double x);
}