CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Numeric Types

Python – Numeric Types – float and complex Classes

In our previous article, we discussed int Class which deals with Integer numbers. In this article, I will explain float and complex classes. And these classes deal with floating point numbers and complex numbers respectively. float Class – Deals with Floating point numbers We can create floating point numbers using float() constructor. We can also […]

Python – Numeric Types – int Class

Numeric Types in Python are used to deal with numeric values. Python provides different classes to deal with numeric data; int, float, complex fractions and decimal are those classes. In this Article,  I will explain int class which is used to deal with integers. Let’s look at this class and usage of it in Python. int Class […]

Numeric types and their representation

In every day life we work with Numbers. Numbers are different types and most of us know integer and real numbers. There are different types of Numbers. In this Article, I will explain Numeric types and their representation. There are different numeric types; mainly we use Integers, Floating point numbers and Complex numbers. Integers Integers […]

Scroll to top