Handbook of Floating-Point Arithmetic

designers of arithmetic operators, and more generally, students and researchers in numerical analysis who wish to better understand a tool used in their daily work and research.

Bibliographic Details
Main Authors: Muller, Jean-Michel, Brisebarre, Nicolas (Author), de Dinechin, Florent (Author), Jeannerod, Claude-Pierre (Author)
Format: eBook
Language:English
Published: Boston, MA Birkhäuser 2010, 2010
Edition:1st ed. 2010
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 04736nmm a2200433 u 4500
001 EB000357350
003 EBX01000000000000000210402
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9780817647056 
100 1 |a Muller, Jean-Michel 
245 0 0 |a Handbook of Floating-Point Arithmetic  |h Elektronische Ressource  |c by Jean-Michel Muller, Nicolas Brisebarre, Florent de Dinechin, Claude-Pierre Jeannerod, Vincent Lefèvre, Guillaume Melquiond, Nathalie Revol, Damien Stehlé, Serge Torres 
250 |a 1st ed. 2010 
260 |a Boston, MA  |b Birkhäuser  |c 2010, 2010 
300 |a XXIV, 572 p  |b online resource 
505 0 |a Introduction, Basic Definitions, and Standards -- Definitions and Basic Notions -- Floating-Point Formats and Environment -- Cleverly Using Floating-Point Arithmetic -- Basic Properties and Algorithms -- The Fused Multiply-Add Instruction -- Enhanced Floating-Point Sums, Dot Products, and Polynomial Values -- Languages and Compilers -- Implementing Floating-Point Operators -- Algorithms for the Five Basic Operations -- Hardware Implementation of Floating-Point Arithmetic -- Software Implementation of Floating-Point Arithmetic -- Elementary Functions -- Evaluating Floating-Point Elementary Functions -- Solving the Table Maker’s Dilemma -- Extensions -- Formalisms for Certifying Floating-Point Algorithms -- Extending the Precision -- Perspectives and Appendix -- Conclusion and Perspectives -- Appendix: Number Theory Tools for Floating-Point Arithmetic 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Engineering mathematics 
653 |a Computer science / Mathematics 
653 |a Algorithms 
653 |a Computational Mathematics and Numerical Analysis 
653 |a Mathematics / Data processing 
653 |a Mathematical Applications in Computer Science 
653 |a Engineering / Data processing 
653 |a Mathematical and Computational Engineering Applications 
700 1 |a Brisebarre, Nicolas  |e [author] 
700 1 |a de Dinechin, Florent  |e [author] 
700 1 |a Jeannerod, Claude-Pierre  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-0-8176-4705-6 
856 4 0 |u https://doi.org/10.1007/978-0-8176-4705-6?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 518 
520 |a designers of arithmetic operators, and more generally, students and researchers in numerical analysis who wish to better understand a tool used in their daily work and research. 
520 |a Floating-point arithmetic is by far the most widely used way of implementing real-number arithmetic on modern computers. Although the basic principles of floating-point arithmetic can be explained in a short amount of time, making such an arithmetic reliable and portable, yet fast, is a very difficult task. From the 1960s to the early 1980s, many different arithmetics were developed, but their implementation varied widely from one machine to another, making it difficult for nonexperts to design, learn, and use the required algorithms. As a result, floating-point arithmetic is far from being exploited to its full potential. This handbook aims to provide a complete overview of modern floating-point arithmetic, including a detailed treatment of the newly revised (IEEE 754-2008) standard for floating-point arithmetic. Presented throughout are algorithms for implementing floating-point arithmetic as well as algorithms that use floating-point arithmetic.  
520 |a Key topics and features include: * Presentation of the history and basic concepts of floating-point arithmetic and various aspects of the past and current standards * Development of smart and nontrivial algorithms, and algorithmic possibilities induced by the availability of a fused multiply-add (fma) instruction, e.g., correctly rounded software division and square roots * Implementation of floating-point arithmetic, either in software—on an integer processor—or hardware, and a discussion of issues related to compilers and languages * Coverage of several recent advances related to elementary functions: correct rounding of these functions and computation of very accurate approximations under constraints * Extensions of floating-point arithmetic such as certification, verification, and big precision Handbook of Floating-Point Arithmetic is designed for programmers of numerical applications, compiler designers, programmers of floating-point algorithms,  
520 |a So that the techniques presented can be put directly into practice in actual coding or design, they are illustrated, whenever possible, by a corresponding program.