Mathematical Operators
LibreOffice Basicでは下記の算術演算子をサポートしています。
このセクションでは、プログラム中での計算処理に必要となるであろう各種の算術演算子について、簡単に解説します。
Performs the integer division on two numbers and returns the result.
与えられた数値の指数 (累乗、べき乗) 計算を行います。
The MOD operator takes in two numeric expressions and returns the remainder of the division.