You can make an absolute value of something by putting the |'s around it. For example:
|a-b|
In case the expression is a complex number the result will be the modulus (distance from the origin). For example: |3 * e^(1i*pi)| returns 3.