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

152 B
Raw Blame History

Octave 基础函数

二进制移位

bitshiftAk

返回移位了 k 位的 A 的值。当 K>0 时左移,当 k<0 时右移。