Show TOC

 Syntax in Process Data Calculation Formulas Locate this document in the navigation structure

When defining your formula, note the following:

  • Always use the decimal point for decimal numbers.

  • In long formulas, you may use no more than 240 characters that can be separated in any number of lines.

Note Note

Note that a blank character is automatically set at the end of each line. For this reason, make sure to write long number, variable names, or operators together in one line.

 ( )

PPPI_CALCULATION_FORMULA    (-B+SQRT(B**2-

PPPI_CALCULATION_FORMULA    (4*A*C)))/(2*A)

End of the note.

Arithmet. Operators

Meaning

+

Plus

-

Minus

*

Multiplied by

/

Divided by

DIV

Modulo division; division where the result is quoted as an integer

MOD

Remainder after modulo division

ABS

Absolute value

SIN

Sine

COS

Cosine

TAN

Tangent

LOG

Logarithm to base e

**

To the power of

EXP

Power to base e

SQRT

Square root

ROUND

Round to nearest integer

TRUNC

Cut off decimals