由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - another simple question
相关主题
c++ 中如何把str转换为float?这个组合题目怎么做?
请教关于float的精度和比较问一道算法题
how to solve too large positive summation go to negative in fortran programming?Is the order of initialization a, b, c or c, b, a?
one more interview questionc++ 一问
Please help me prove SUM(logi) is Omega(nlogn) (转载)memory比较少的硬件系统,程序设计有什么技巧?
Looking for code example to get stock dataMATLAB编译的dll怎么被C#调用呢
嵌套循环,层数可变 怎么实现stl Compare为何需要重载()?
算法求教Any sample source codes for asp.net C# 站内信? Thank you!
相关话题的讨论汇总
话题: 1e100话题: simple话题: question话题: another话题: right
进入Programming版参与讨论
1 (共1页)
c***g
发帖数: 472
1
when summing a sequence of float/double values, the order of the summation i
s insignificant.
right?
if not right, can you give me some examples?
x******g
发帖数: 3952
2
1e100 + 1 + ... + 1 = 1e100
1 + ... + 1 + 1e100 != 1e100

i

【在 c***g 的大作中提到】
: when summing a sequence of float/double values, the order of the summation i
: s insignificant.
: right?
: if not right, can you give me some examples?

1 (共1页)
进入Programming版参与讨论
相关主题
Any sample source codes for asp.net C# 站内信? Thank you!Please help me prove SUM(logi) is Omega(nlogn) (转载)
自己实现vector (转载)Looking for code example to get stock data
关于QT嵌套循环,层数可变 怎么实现
Any examples for implementing user-level threads library in C?算法求教
c++ 中如何把str转换为float?这个组合题目怎么做?
请教关于float的精度和比较问一道算法题
how to solve too large positive summation go to negative in fortran programming?Is the order of initialization a, b, c or c, b, a?
one more interview questionc++ 一问
相关话题的讨论汇总
话题: 1e100话题: simple话题: question话题: another话题: right