Math:abs function in Blockly?

First of all, I have to admit I love Blockly because it’s easing up things dramatically.

But currently I’m failing to migrate the following script:
var Float num3 = num1 + Math::abs(num2)

Where do I find the “abs” function in Blockly to get always positive signs for a figure?

In the math group, the block that is displayed as “square root” has several function options included “absolute”.

image

1 Like

Thank you, captain! I was looking at 10 different places - but not there :slight_smile: