Modulo

Overview

Modulo is a modular arithmetic Node, which divides one number (dividend) by a second number (divisor) and outputs the remainder of the Euclidean division operation.

This is the equivalent of the modulo (%) operation in computer science.

Attributes

Inputs

Outputs

Last updated