float abs(float number)
This is a mathematical function used to express the absolute value of the number.
abs(-2.6) = 2.6
set A = `abs(-2.6)`