Percentage operator (%)
Value%
Value
Number or { Number }
The number to divide by 100.
Returns
Number or { Number }
The given number divided by 100.
Divides the number by 100. For the modulo operation (which returns the remainder after division), refer to the MOD function.