a
(float, default: 0): The input floating-point number for which the absolute value will be calculated.result
(float): The absolute value of the input number.a
input.result
output.Number1
(3.14) and Number2
(-2.71), which equals 5.85. The ABS node then takes this value and returns its absolute value, which is also 5.85.
math/abs/int
node instead.