Gets the absolute value for an integer or float. This removes the minus sign from a number, so a negative number becomes positive and a positive number stays the same. Use this when you only care about the size of a value, not its direction, for example turning a negative stock adjustment of -42.5 into a plain 42.5.