Floating point numbers are usually implemented using double in C; ... A right shift by n bits is equivalent to floor division by pow(2, n) .
確定! 回上一頁