NotePublic/Software/Applications/Octave/Octave_基础函数.md

10 lines
152 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

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
bitshiftAk
```
返回移位了 k 位的 A 的值。当 K>0 时左移,当 k<0 时右移