Syntax in Process Data Calculation Formulas
When defining your formula, note the following:

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)
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 |