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

6 lines
65 B
C++

#pragma once
namespace mathfunctions {
double sqrt(double x);
}