The ABS function returns the absolute value of the expression a.
ABS(a)
|
a |
Any valid function expression. |
ABS(-10*time+15*time**2)
This function returns the absolute instantaneous value of the expression (-10*time+15*time**2).
ABS(DX(21,11)*VX(21,11)+DY(21,11)*VY(21,11)
+ DZ(21,11)*VZ(21,11))
This function returns the absolute value of the dot product of the:
Displacement vector of Marker 21 with respect to Marker 11
Velocity vector of Marker 21 with respect to Marker 11