This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Octave 基础函数
## 二进制移位
```oct
bitshift(A,k)
```
返回移位了 k 位的 A 的值。当 K>0 时左移,当 k<0 时右移。