Show TOC

Basic FunctionsLocate this document in the navigation structure

Use

Some important operators from the area of basic functions are listed in the following table:

Operator

Operator Name

Description

+

Plus

Adds Both Operands

-

Minus

Subtracts Second Operand from First

*

Multiply

Multiplies Both Operands

/, DIV

Divide

Divides First Operand by Second

**

High

Square an operand with another, for example, 4**2 means 4 high 2 results in 16.