Parent Topic: Arithmetic Expressions
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)