What math can you use in this following example:
I want to divide a number by 2, but the result should always be a whole number.That means I cannot divide by 2 when the number is odd.
For ex.
when I divide 5 by 2.I want the output as 3 or 2, but not 2.5
Use the math functions
ceilorfloor:Demo