0

What is meant by float function

22nd Sep 2019, 3:28 AM
Muthuvel
2 Answers
0
In Python? It is actually a class: https://docs.python.org/3/library/functions.html#float If you don't know classes yet, you can just think of it as a function. It constructs an object of type float (a decimal number). It is overloaded for several kinds of parameters like String and int.
22nd Sep 2019, 5:02 AM
Thoq!
Thoq! - avatar
0
Its nt used 4 integer
26th Sep 2019, 1:08 PM
Aishwarya R
Aishwarya R - avatar