======Programming - C - Notes===== =====undefined symbol: pow===== When compiling you get: undefined symbol: pow Add the following option when compiling: -lm Source:[[https://codingpointer.com/c-tutorial/undefined-reference-to-pow|Codingpointer.com - C-Tutorial - C program undefined reference to pow error]]