Parent Topic: Arithmetic Expressions
Multi Value Functions
The following multi value arithmetic functions are available:

    atan2 (v1,v2)           arc tan (v1/v2) using signs of v1,v2
    mod   (v1,v2)           remainder of v1/v2
    min   (v1,v2,...,vn)    minimum value of v1,v2,...,vn
    max   (v1,v2,...,vn)    maximum value of v1,v2,...,vn
where

    v1,v2,...,vn            are arithmetic elements, excluding
                            attribute variables.
example:

    min (%1, %2, #temp, 25.5, @dbx)

Parent Topic: Arithmetic Expressions
About PCI Help Gateway