Mathematical Operators

La jenajn matematikaj operacioj subtenas LibreOffice Basic.

Ĉi tiu ĉapitro donas mallongan resumon de ĉiuj aritmetikaj operacioj eble bezonataj por kalkuloj en programoj.

"-" Operator

Subtrahas du valorojn.

"*" Operator

Multiplikas du valorojn

"+" Operator

Adicias aÅ­ kombinas du esprimojn.

"/" Operator

Dividas du valorojn.

"\" Operator

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

"^" Operator

Altigas numeron al potenco.

Mod Operator

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