number shift left and shift right
483527Dec 7 2007 — edited Dec 8 2007Hi
Is there an arithmetic operator to divide a number by a 2^n (same as shifting right by n bits)
Example:
8 >> 2 => 4 <= 8/power(2,2)
8 << 1 => 16 <= 8*power(2,1)
Kind regards
Taoufik
Kind regards
Taoufik