- ArcPy and ArcGIS(Second Edition)
- Silas Toms Dara O'Beirne
- 65字
- 2025-04-04 19:02:02
Floats
Floating point values, or floats, are used by Python to represent decimal values. Because computers store values in a base 2 binary system, there can be issues representing a floating value that would normally be represented in a base 10. Read https://docs.python.org/2/tutorial/floatingpoint.html for a further discussion on the ramifications of this limitation; for applications discussed within this book, it won't be an issue.