Mathematical Operators

The following mathematical operators are supported in LibreOffice Basic.

"-" Operator

Subtracts two values.

"*" Operator

Multiplies two values.

"+" Operator

Adds or combines two expressions.

"/" Operator

Divides two values.

"\" Operator

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

"^" Operator

Raises a number to a power.

Mod Operator

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

Please support us!