Mathematical Functions

Math utility nodes - round, floor, ceil, absolute value, min, max, and hypotenuse.

Ask AI about this page
ChatGPT

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.

Minimum

Usage example

Minimum usage

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.

Maximum

Usage example

Maximum usage

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.

Hypot

Usage example

Hypot usage

Round

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

Round

Usage example

Round usage

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.

Ceil

Usage example

Ceil usage

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.

Floor

Usage example

Floor usage

Absolute

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

Absolute

Usage example

Absolute usage

Opposite

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

Opposite

Usage example

Opposite usage