Absolute-value function. The absolute value of a number is the number without its sign.
abs(number) → returns numeric
abs(number)
→ returns numeric
abs(-4.3)
Expected Result: 4.3