Mathematical Operators
The following mathematical operators are supported in LibreOffice Basic.
Adds or combines two expressions.
Performs the integer division on two numbers and returns the result.
Raises a number to a power.
The MOD operator takes in two numeric expressions and returns the remainder of the division.