Categories
Why is the constant π not fully deduced?
Here is the complete code ->
#include <stdio.h> #include <math.h> #define PI M_PI //Compiler version gcc 6.3.0 int main() { printf("%f", PI); return 0; }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question