标题:lg符号怎么编译的,怎样才能弄正确?电脑显示D:\Microsoft Visual Studio\M ...
取消只看楼主
wu2782641803
Rank: 2
等 级:论坛游民
帖 子:65
专家分:46
注 册:2013-10-28
结帖率:88.24%
已结贴  问题点数:10 回复次数:0 
lg符号怎么编译的,怎样才能弄正确?电脑显示D:\Microsoft Visual Studio\MyProjects\算数\1.cpp(5) : error
#include <stdio.h>
int main()
{
float d=300000,p=6000,r=0.01,m;
m=lg10(p/(p-d*r))/lg10(1+r);
printf("m=%6.1f\n",m);
return 0;
}
搜索更多相关主题的帖子: Microsoft include return 
2013-10-28 20:10



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-422668-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.348821 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved