Scilab 5.4.1
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- isempty
- isequal
- isvector
- lstsize
- maxi
- mini
- modulo
- ndims
- nthroot
- or
- |
- sign
- size
- sort
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
bitwise
- bitand — ビット単位の論理積(AND)
- bitcmp — ビット毎の補数
- bitget — 指定した位置のビットを取得
- bitor — ビット単位の論理和(OR)
- bitset — 指定した位置のビットを設定
- bitxor — ビット単位の排他的論理和(XOR)
- isequalbitwise — ビット単位の変数比較
Report an issue | ||
<< Elementary Functions | Elementary Functions | Complex >> |