Penguin

Differences between current version and revision by previous author of SIGFPE.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, November 10, 2004 4:55:00 am by AristotlePagaltzis
Older page: version 1 Last edited on Friday, September 27, 2002 8:49:53 am by PerryLorier Revert
@@ -1,13 +1,14 @@
-!!!Signal: Floating Point Exception 
+!!! Signal: FloatingPoint Exception 
  
 Some floating point error occured such as: 
-* Integer DivideByZero  
-* Integer Overflow  
-* FloatingPoint DivideByZero  
-* FloatingPoint Overflow  
-* FloatingPoint Underflow  
-* FloatingPoint Inexact Result  
-* FloatingPoint Invalid Operation  
-* Subscript Out Of Range  
  
-FloatingPoint Error's by default cause your program to terminate and dump core. 
+* Integer divide by zero  
+* Integer overflow  
+* FloatingPoint divide by zero  
+* FloatingPoint overflow  
+* FloatingPoint underflow  
+* FloatingPoint inexact result  
+* FloatingPoint invalid operation  
+* Subscript out of range  
+  
+FloatingPoint errors by default cause your program to terminate and dump core.