
Floating Point Numerics for Games and Simulations
- Publisher's listprice GBP 140.00
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 10% (cc. 7 085 Ft off)
- Discounted price 63 769 Ft (60 732 Ft + 5% VAT)
70 854 Ft
Availability
Not yet published.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 1
- Publisher CRC Press
- Date of Publication 30 May 2025
- ISBN 9781032933566
- Binding Hardback
- No. of pages230 pages
- Size 234x156 mm
- Weight 453 g
- Language English
- Illustrations 61 Illustrations, black & white; 61 Line drawings, black & white; 39 Tables, black & white 700
Categories
Short description:
Floating point is ubiquitous in computers, where it is the default way to represent non-integer numbers. However, few people understand it. We all see weird behavior sometimes, and many programmers treat it as a mystical and imprecise system of math that just works until it sometimes doesn?t.
MoreLong description:
Floating point is ubiquitous in computers, where it is the default way to represent non-integer numbers. However, few people understand it. We all see weird behavior sometimes, and many programmers treat it as a mystical and imprecise system of math that just works until it sometimes doesn?t. We hear that we shouldn?t trust floating point with money, we know that 0.1 + 0.2 does not equal 0.3, and ?NaN? shows up in our logs when things break. We rarely hear why any of this is the case, and less about what to do about it.
This book pulls back the veil on floating point and shows how this number system we program with every day works. It discusses how to leverage the number system for common calculations, particularly in graphics and simulations, and avoid pitfalls. Further, we will review methods that can give you either better performance or better accuracy on tasks like numerical integration and function approximation, so you can learn to make the right tradeoffs in your programs.
This book builds upon a basic knowledge of calculus and linear algebra, working with illustrative examples that demonstrate concepts rather than relying on theoretical proofs. Along the way, we will learn why Minecraft has struggled with boat physics and what the heck John Carmack was thinking with Quake III?s infamous fast reciprocal square root algorithm. By the end of the book, you will be able to understand how to work with floating point in a practical sense, from tracking down and preventing error in small calculations to choosing numerical building blocks for complex 3D simulations.
- Gives insight into how and why floating-point math works
- Describes how floating-point error arises and how to avoid it
- Surveys numerical methods important to graphics and numerical simulations
- Includes modern techniques to apply to your numerical problems
- Shows how to hack the floating-point numbers to compute faster and more accurately
Table of Contents:
1 Computing with Numbers, 2 Numbers in Floating Point, 3 Sources of Error, 4 The Basic Arithmetic Operations, 5 Comparing Floating-Point Numbers, 6 Conversion to and from Floating Point, 7 Numerical Operations, 8 Bitwise Manipulations, 9 Working with Error in Floating Point, 10 Function Approximation, 11 Geometry in Floating Point, 12 Numerical Integration
More