#181
best refactorer
codelion
No code submission,
2 refactorings,
1
You need to link to the maths library as pointed out above. You have a statement of the form include<math.h> the function log10, ceil etc are in that file and the compiler needs to know where to get it from.
You need to link to the mat...