- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 76字
- 2021-07-09 20:40:23
Floating point numbers
Numbers with certain places after the decimal point are referred to as floating point numbers in the programming language:
- The floating point number type ranges approximately from -10 to 10^308 and has 16 digits of precision.
- There are two ways to write a floating point number. It can be written using ordinary decimal notation or scientific notation. Scientific notation is often useful for mentioning very large numbers, as shown in the following screenshot:

推薦閱讀
- Learning Python Web Penetration Testing
- Java語言程序設計
- Spring Boot開發與測試實戰
- 零基礎學C++程序設計
- VMware vSphere 6.7虛擬化架構實戰指南
- Functional Programming in JavaScript
- Hadoop+Spark大數據分析實戰
- Hands-On C++ Game Animation Programming
- 零基礎學Java程序設計
- PhpStorm Cookbook
- PhoneGap Mobile Application Development Cookbook
- Node.js全程實例
- 區塊鏈底層設計Java實戰
- Babylon.js Essentials
- SQL Server 2008 R2數據庫技術及應用(第3版)