+ 1
2**5=32 here why this number is not a float???
5 Answers
+ 1
2**5 means exponent,
2*2*2*2*2 does not result in a float.
+ 1
From my experience, it would be a float if what you type is 2.0**5. Since your equation contained two integers the outcome was an integer.
0
iam asking that in result it would be 32.0 no??
0
@Jan Markus....tqu sir
0
tqu @Miles Kleinert