Scilab 6.0.2
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
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 — bitwise logical AND between element-wise integers of 2 arrays
- bitcmp — ビット毎の補数
- bitget — 指定した位置のビットを取得
- bitor — bitwise logical OR between element-wise integers of 2 arrays
- bitset — 指定した位置のビットを設定
- bitxor — bitwise logical XOR between element-wise integers of 2 arrays
Report an issue | ||
<< Elementary Functions | Elementary Functions | Complex >> |