Computer Science, asked by ASweety1431, 1 year ago

HEY FRND!! Need ur help !!!!

How are floating constant represented in Python ??? Give example ??????

Ans my question ....☺☺☺

Answers

Answered by AnuskaDattaChowdhary
4
Floating- point numbers are represented in computer hardware as base 2 (binary) fractions. For example, the decimal fraction 0.125 ..

Hope it helps..
Mark it as brainliest :-)

AnuskaDattaChowdhary: My pleasure.. Mark my ans. as brainliest...
Answered by RishabhRDXRKO
5
Floating constants are represented in two ways:

One is the simple way of writing decimal point numbers eg. 17.525
Other way is the exponent form, eg. 1.7525E01

RishabhRDXRKO: you can ask me questions from python
RishabhRDXRKO: i'm also student of python
RishabhRDXRKO: class 11
Similar questions