由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - What's floating point error?
相关主题
[转载] 远程备份的问题rsh hangs on background job
UNIX下编程求助HELP!! (CXTERM)
DEC Alpha到底有多快?Questions about KornShell
I am crazy about this!![转载] 急急的问!!!
About exit/logouthow to record the process end time in a child process and obtain it in the parent process?
[转载] 不好意思,非常简单的C++问题help for g77
[转载] pthread programming question.Memory check problem?
where is gcc?AWK problem, SOS!
相关话题的讨论汇总
话题: what话题: error话题: floating话题: any话题: point
进入Unix版参与讨论
1 (共1页)
o******n
发帖数: 25
1
for a fortran program. What kind of error is that?
What might be the cause of it? I've been stuck on this
for two weeks and now I am devastated.
Any suggestion will be highly appreciated!! THANKS!!!
r**a
发帖数: 630
2
divided by 0? hehe. funny.

【在 o******n 的大作中提到】
: for a fortran program. What kind of error is that?
: What might be the cause of it? I've been stuck on this
: for two weeks and now I am devastated.
: Any suggestion will be highly appreciated!! THANKS!!!

f***d
发帖数: 101
3
divided by zero, inexact, overflow, underflow, invalid
If you want your code to run continuously without exiting
for this error, your compiler should have one option for
that, for Sun f77, it is the default.
With deguggers like dbx, you will find the exact location
of such error in your code and you will be able to see values
of some varialbes in stack.
Good luck,

【在 o******n 的大作中提到】
: for a fortran program. What kind of error is that?
: What might be the cause of it? I've been stuck on this
: for two weeks and now I am devastated.
: Any suggestion will be highly appreciated!! THANKS!!!

1 (共1页)
进入Unix版参与讨论
相关主题
AWK problem, SOS!About exit/logout
文件传输[转载] 不好意思,非常简单的C++问题
[转载] how to test how fast is your workstation?[转载] pthread programming question.
How to exit sshwhere is gcc?
[转载] 远程备份的问题rsh hangs on background job
UNIX下编程求助HELP!! (CXTERM)
DEC Alpha到底有多快?Questions about KornShell
I am crazy about this!![转载] 急急的问!!!
相关话题的讨论汇总
话题: what话题: error话题: floating话题: any话题: point