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

6 lines
65 B
C
Raw Permalink Normal View History

2023-10-29 10:50:48 +00:00
#pragma once
namespace mathfunctions {
double sqrt(double x);
}