Mathematical Functions
Math utility nodes - round, floor, ceil, absolute value, min, max, and hypotenuse.
Minimum
The Minimum node receives numbers in the input nodes and returns the smallest of the numbers in the output port. Additionally, in the 'menu', the Minimum node includes the 'add port' option, enabling the addition of new comparables.

Usage example

Maximum
The Maximum node receives numbers in the input nodes and returns the largest of the numbers in the output port. Additionally, in the 'menu', the Maximum node includes the 'add port' option, enabling the addition of new comparables.

Usage example

Hypot
The Hypot node receives numbers at the input nodes and returns the square root of the sum of the squares of those numbers at the output node.

Usage example

Round
The Round node receives a numeric value and returns the nearest integer value to that number.

Usage example

Ceil
The Ceil node receives a number at the input node and rounds the number up to the nearest integer. It returns the rounded integer value through the output loop.

Usage example

Floor
The Floor node receives a number at the input node and rounds the number down to the nearest integer. It returns the rounded integer value through the output loop.

Usage example

Absolute
The Absolute node takes a single number as input and returns the absolute value of that number through the output node.

Usage example

Opposite
The Opposite node takes a number from the input and returns its opposite value.

Usage example
