whole number division
Posted: Wed Sep 21, 2005 8:11 am
hi, i am having trouble finding information about whole number division with php:
assuming 77/10:
floor(76/10) = 7
the remainder: 76%10=6
that seems right to me but just want to clarify
thx
j.
assuming 77/10:
floor(76/10) = 7
the remainder: 76%10=6
that seems right to me but just want to clarify
thx
j.