ABS

Your Ad Here


The ABS function returns the absolute value of the expression a.

Format

ABS(a)

Arguments

a

Any valid function expression.

Number of Arguments: 1

Examples

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:

 

 

Your Ad Here