Hi~I'm just a beginner in C. I have some code like:
#include<stdio.h>
#include<math.h>
...
scanf("%lf %lf", &A[I], &B[I])
...
I need to input data like e or e^2 from keyboard. I tried "e" or "exp(1)" but they didn't work. Could anyone give me some suggestion? Any help is appreciated!