Mathematical Operators

The following mathematical operators are supported in LibreOffice Basic.

This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program.

"-" Operator

Одзимање на две вредности

"*" Operator

Множење на две вредности

"+" Operator

Adds or combines two expressions.

"/" Operator

Делење на две вредности

"^" Operator

Подигни два броја на степен

Mod Operator

Returns the integer remainder of a division.