Add Function3D_Test.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user