免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1633 | 回复: 5
打印 上一主题 下一主题

[C] 求教, Linux 下 C语言编程问题!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-01-02 21:34 |只看该作者 |倒序浏览
我得Fedora下的C程序   为什么打不开数学函数?程序如下:
#include "mytool2.h"
#include <math.h>
int main(int argc,char**argv)
{
    float val = 1.0;
    do{
            printf("val = %e lnval = %g\n", tan(val));
              val++;
          } while(val < 11.0);
    return 0;
}

请高手多多指教,这是我的的QQ 316657283  ,Email:huizhanjohn@126.com

论坛徽章:
0
2 [报告]
发表于 2007-01-02 21:43 |只看该作者
参数的个数=.=

论坛徽章:
0
3 [报告]
发表于 2007-01-03 07:38 |只看该作者
printf("val = %e lnval = %g\n", tan(val));

如果 %e 对应 tan(val),那留着 %g 对应什么?

论坛徽章:
0
4 [报告]
发表于 2007-01-03 07:42 |只看该作者
原帖由 langue 于 2007-1-3 07:38 发表
printf("val = %e lnval = %g\n", tan(val));

如果 %e 对应 tan(val),那留着 %g 对应什么?


估计是改少了...那里的对应的还是ln...的值
起那么早

论坛徽章:
0
5 [报告]
发表于 2007-01-03 07:45 |只看该作者
原帖由 Edengundam 于 2007-1-3 07:42 发表


估计是改少了...那里的对应的还是ln...的值
起那么早


起晚了人会睡得浮肿。

man 3 printf

     eE          The argument is printed in the style [-]d.ddde+-dd where
                 there is one digit before the decimal point and the number
                 after is equal to the precision specification for the argu-
                 ment; when the precision is missing, 6 digits are produced.
                 An upper-case E is used for an `E' format.

     gG          The argument is printed in style f or in style e (E) whichev-
                 er gives full precision in minimum space.

论坛徽章:
0
6 [报告]
发表于 2007-01-03 09:35 |只看该作者
怀疑编译的时候没有 -lm ......
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP