& shr() Syntax: shr(<number>,<count>) Performs a rightwards bit-shift on <number>, shifting it <count> times. This is equivalent to div(<number>,pow(2,<count>), but much faster. See Also: div()