Can't use a math.h in C/C++ project
goormIDE is based on Linux. In order to successfully compile math.h on Linux, you need to add
-lm
to the build options as shown below. [Project] > [Properties]