Add Function3D_Test.cpp

This commit is contained in:
Krad
2023-04-23 09:40:22 +08:00
parent 47443b309d
commit 0cde4460a8
4 changed files with 99 additions and 75 deletions

View File

@@ -8,7 +8,7 @@ printf("%s:\r\n", #Matrix);\
Matrix.printf();\
printf("%s end================================\r\n", #Matrix);
double fourDecimalRound(double src){
inline double fourDecimalRound(double src){
return round(src*10000.0)/10000.0;
}