Hello, I am trying to code a program that uses Pythagoras's Theorem to calculate a missing side on a right angled triangle. When I try to use the pow() function, I keep getting this error log that leads me to the 'math' header file (which is most definitely not wrong). Any help will be appreciated. Thanks,