
By D. G. de Figueiredo, C. S. Hönig
Read Online or Download Differential Equations, Sao Paulo, Brazil, 1981: Proceedings PDF
Similar mathematics books
Partial differential equations with Fourier series and BVP
This example-rich reference fosters a gentle transition from trouble-free usual differential equations to extra complicated recommendations. Asmar's comfortable type and emphasis on purposes make the fabric obtainable even to readers with constrained publicity to issues past calculus. Encourages machine for illustrating effects and functions, yet can be appropriate to be used with out laptop entry.
- Conjugate Duality and Optimization (CBMS-NSF Regional Conference Series in Applied Mathematics)
- Errata and addenda for Modern computer algebra
- Point Estimation of Root Finding Methods
- Mathematik kompakt: für Ingenieure und Informatiker
Extra info for Differential Equations, Sao Paulo, Brazil, 1981: Proceedings
Example text
This would lead either to more complex FPU hardware or a system that emulated some or all of the denormalized computations in software or microcode. The former could make the FPUs more expensive to produce, while the latter could lead to greatly decreased performance of the floating-point system when denormals are generated. However, several manufacturers showed that it could be implemented in floating-point hardware, paving the way for this more accurate method to become part of the de facto (and later, official) standard.
In a sense the infinities are not pure mathematical values. Rather, they are used to represent values that fall outside of the range of valid 18 Chapter 1 Real-World Computer Number Representation exponents. 0 × 1076 ≈ ∞fp The behavior of infinity is defined by the standard as follows (the standard covers many more cases, but these are representative): ∞fp − P = ∞fp P = +0 ∞fp −P = −0 ∞fp where 0
How can the system divide the single value ∞fp and get back the original number? A look at the assembly code gives a hint. The basic steps the compiler generates are as follows: 1. 0e38 into the FPU. 2. Multiply the two loaded values and return ∞fp , keeping the result in the FPU as well. 3. 0e38 (still in the FPU), returning the correct result. The important item to note is that the result of each computation was both returned and kept in the FPU for later computation. This step is where the apparent “magic” occurs.