注册 登录
编程论坛 C++教室

如何用e型(即指数形式)输出double

80min 发布于 2007-04-01 16:55, 1276 次点击
RT
1 回复
#2
aipb20072007-04-03 11:52
在输出前加上这句
cout << scientific;
1