関数名 Function name |
機能・用途 Purpose |
intpow | 整数の巾乗を計算する。 Compute the power of an integer. |
intlog | 整数の対数を計算する。 Compute the logarithm of an integer. |
bitrevpair | 整数のビット反転を計算する。 Compute the bit reversal of an integer. |
intmin | 任意の個数の整数値の中から最小値を求める。 Identify the minimum value from an arbitrary number of integers. |
intmax | 任意の個数の整数値の中から最大値を求める。 Identify the maximum value from an arbitrary number of integers. |
check_int_pow2 | 整数が2の巾乗になっているか否かをチェックする。 Check if an integer is a power of 2. |