Fortran · Runtime error
What does Error 75: Floating point exception (SIGFPE) mean in Fortran?
A general floating-point exception occurred, covering division by zero, overflow, and invalid operations that were not trapped by a more specific error first.
A general floating-point exception occurred, covering division by zero, overflow, and invalid operations that were not trapped by a more specific error first.
Compile with floating-point exception trapping enabled during development so the program stops at the actual offending line instead of continuing with a corrupted value that only causes a visible problem much later in the run.