Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

What does % mean? [Answered]

Asked by 6 years ago
Edited 6 years ago

I find this a lot in scripts that solves lots of math equations, what does it mean?

0
if youre wondering about the random keyboard spam at the end of the question, i putted that there because it kept telling me its not specific fusionFSJAL 33 — 6y
2
% is called the modulus operator. This operator returns the remainder of two numbers. For example, 3%2 = 1; 4%2 = 0 Rare_tendo 3000 — 6y
0
alright, thx fusionFSJAL 33 — 6y

Answer this question