0
What is meant by float function
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.
0
Its nt used 4 integer