- Mastering Python Networking
- Eric Chou
- 97字
- 2021-07-02 21:42:32
Numerics
Python numeric objects are basically numbers. With the exception of Boolean, the numeric types of int, long, float, and complex are all signed, meaning they can be positive or negative. Boolean is a subclass of the integer that can be one of two values: 1 for True, and 0 for False. The rest of the numeric types are differentiated by how precise they can represent the number; for example, int are whole numbers with a limited range while long are whole numbers with unlimited range. Float are numbers using the double-precision representation (64-bit) on the machine.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Python數(shù)據(jù)分析基礎(chǔ)
- OpenCV實(shí)例精解
- 程序員面試筆試寶典
- Python王者歸來
- C語言程序設(shè)計(jì)案例式教程
- 用Flutter極速構(gòu)建原生應(yīng)用
- Learning Vaadin 7(Second Edition)
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Test-Driven Machine Learning
- UML2面向?qū)ο蠓治雠c設(shè)計(jì)(第2版)
- Visual FoxPro 6.0程序設(shè)計(jì)
- Practical Microservices
- Unity 2017 Game AI Programming(Third Edition)