Oct 11, 2004 #1 J josh_ Newbie level 6 Joined Sep 27, 2004 Messages 11 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 136 Does anyone know of a good resource for algorithms on floating-point arithmetic? I tried Googling but didn't find anything useful. -- Josh
Does anyone know of a good resource for algorithms on floating-point arithmetic? I tried Googling but didn't find anything useful. -- Josh
Oct 12, 2004 #2 D dainis Advanced Member level 4 Joined May 15, 2001 Messages 1,125 Helped 53 Reputation 106 Reaction score 9 Trophy points 1,318 Activity points 9,269 **broken link removed** http://www.geocities.com/SiliconValley/Pines/6639/ip/fpu/ http://www.jhauser.us/arithmetic/SoftFloat.html **broken link removed** http://picfloat.sourceforge.net/
**broken link removed** http://www.geocities.com/SiliconValley/Pines/6639/ip/fpu/ http://www.jhauser.us/arithmetic/SoftFloat.html **broken link removed** http://picfloat.sourceforge.net/
Oct 19, 2004 #3 N ninux Newbie level 5 Joined Mar 9, 2003 Messages 10 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 67 Hello, Have you a book on implementation of complex function (sin, cos, sqr etc..) with only floating point primitives (sum, sub, mult, div, shift...)? Bye :roll: Ninux
Hello, Have you a book on implementation of complex function (sin, cos, sqr etc..) with only floating point primitives (sum, sub, mult, div, shift...)? Bye :roll: Ninux
Oct 21, 2004 #4 D don_quixote Junior Member level 2 Joined Apr 3, 2004 Messages 21 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,281 Activity points 276 Michael Flynn has a book talks a lot of floating point arithemtic. https://www.amazon.com/exec/obidos/...103-8900713-2898269?v=glance&s=books&n=507846 If you can not afford to buy the book, you can go to his lab homepage. The book basically consists of research work during past many years. You can find dissertations of his Ph.D. students there. Another good book is Numerical Computing with IEEE Floating Point Arithmetic https://www.amazon.com/exec/obidos/...f=sr_1_1/103-8900713-2898269?v=glance&s=books You surely should understand floating point before you start to design a fp processor.
Michael Flynn has a book talks a lot of floating point arithemtic. https://www.amazon.com/exec/obidos/...103-8900713-2898269?v=glance&s=books&n=507846 If you can not afford to buy the book, you can go to his lab homepage. The book basically consists of research work during past many years. You can find dissertations of his Ph.D. students there. Another good book is Numerical Computing with IEEE Floating Point Arithmetic https://www.amazon.com/exec/obidos/...f=sr_1_1/103-8900713-2898269?v=glance&s=books You surely should understand floating point before you start to design a fp processor.