C语言中sqrt()是什么意思

问题描述:

C语言中sqrt()是什么意思

sqrt(25)就是说25开根号,结果是5.
例如int a=36,int c;
c=sqrt(a);
结果就是c=6;
详细吧楼主,
当然,要使用这些库函数,要include