+ 1
In which language?
14th Mar 2018, 7:50 AM
Bram
+ 1
For normal exponential you have to use the ** operator. The // operator is used for floor division. So, for example, 9//2 is 4, but with normal division it would be 4,5. Floor Division - The division of operands where the result is the quotient in which the digits after the decimal point are removed. But if one of the operands is negative, the result is floored, i.e., rounded away from zero (towards negative infinity) −
14th Mar 2018, 9:01 AM
Bram