#include #include int main(void) { double x = 4.0, result; ... gcc myfile.c -lm ... That's some pretty impressive mind-reading ... If you made the ...
stackoverflow.com