LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1192|回复: 3

内核中输出浮点数时为何无法显示?

[复制链接]
发表于 2006-4-21 12:36:41 | 显示全部楼层 |阅读模式
rt,
float f = 4.5;
printk("f = %f\n",f);
无法输出,输出格式对不对?

还有
int i=3;
int k=0;
k=(++i)+(++i)+(++i);
为什么k的值为16?
发表于 2006-4-21 16:02:36 | 显示全部楼层
no floating point in kernel
check robert love's "linux kernel development"

the behavior of statement like "(++i)+(++i)+(++i)" is compiler dependent
the c language standard leave it undefined.
回复 支持 反对

使用道具 举报

发表于 2006-5-4 00:33:29 | 显示全部楼层
kernel doesn't support floating point, although it supports floating emu.
回复 支持 反对

使用道具 举报

发表于 2006-5-24 11:00:17 | 显示全部楼层
请问一下内核中能不能用浮点数计算?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表