Forbidden operations?
#1

Код:
/* forbidden operations */
forward operator%(Float:oper1, Float:oper2);
forward operator%(Float:oper1, oper2);
forward operator%(oper1, Float:oper2);
I've founded it in float.inc. What's this?
Reply
#2

it calculates the remainder of a division.
For example:

50 % 10 = 0
51 % 10 = 1 (50/10 = 5, the remainder is 1)

(Sorry for my english :d)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)