Penguin

Differences between version 2 and predecessor to the previous major change of IEEE.

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

Newer page: version 2 Last edited on Saturday, January 31, 2009 1:18:15 pm by LawrenceDoliveiro Revert
Older page: version 1 Last edited on Wednesday, November 20, 2002 8:59:21 pm by CraigMckenna Revert
@@ -1,3 +1,16 @@
 [Acronym] for __I__nstitute of __E__lectrical and __E__lectronics __E__ngineers 
  
 This nonprofit U.S. engineering organization develops, defines, and reviews standards within the electronics and computer science industries. 
+  
+Some of the IEEE standards accepted into common use:  
+  
+__IEEE 754__  
+  
+ A standard for computer manipulation of floating-point numbers, rounding behaviour under various calculations etc. Commonplace on computer hardware these days, and it’s hard to believe that, before this came along, getting meaningful results from numerical calculations involved some quite amazing voodoo black magic. See the foreword by Professor William Kahan to the ''Apple Numerics Manual, 2nd ed'' (ISBN 0-201-17738-2) for descriptions of some of this.  
+  
+__IEEE 802__  
+  
+ A grouping for a whole bunch of standards governing local-area networking, including Ethernet and Wi-Fi.  
+  
+----  
+CategoryStandards