[求助]数学函数的不明处~~
#include"stdio.h"#include"math.h"
main()
{ float x,y ;
printf("input x:");
scanf("%f",&x);
y=sqrt(x);
printf("sqrt(%7.2f)=%7.2f\n",x,y);
}
程序中的:“sqrt(%7.2f)=%7.2f" 这个“%7。2F”是怎么回事啊?
请指教!!!

淌自己的汗,吃自己的饭,自己的事业自己干,靠人,靠天,靠祖宗,不算是好汉。