Thread: [Solved] Floatround to next integer
View Single Post
Depresie
Veteran Member
Join Date: Nov 2013
Old 09-19-2017 , 07:47   Re: Floatround to next integer
Reply With Quote #4

Any idea what is the outcome of the division of two integers that normally would result into a value with decimals ?

PHP Code:

new int1 3
new int2 2

int1 
int2 = ? 
int2 int1 = ? 
__________________

Last edited by Depresie; 09-19-2017 at 07:47.
Depresie is offline