Mathematical Operators

LibreOffice Basicでは下記の算術演算子をサポートしています。

"-" Operator

2つの値の間で減算 (引き算) を行います。

"*" Operator

2 つの値の間で乗算 (掛け算) を行います。

"+" Operator

2 つの表式を加算ないし結合します。

"/" Operator

2 つの値の間で除算 (割り算) を行います。

"\" Operator

Performs the integer division on two numbers and returns the result.

"^" Operator

与えられた数値の指数 (累乗、べき乗) 計算を行います。

Mod Operator

The MOD operator takes in two numeric expressions and returns the remainder of the division.

ご支援をお願いします!