Type: lib.numpy.arithmetic.ModulusArray

Namespace: lib.numpy.arithmetic

Description

Calculates the element-wise remainder of division. math, modulo, remainder, mod, %

Use cases:
- Implementing cyclic behaviors
- Checking for even/odd numbers
- Limiting values to a specific range

Properties

Property Type Description Default
a (int | float | np_array)   0.0
b (int | float | np_array)   0.0

Outputs

Output Type Description
output (int | float | np_array)  

Metadata

Browse other nodes in the lib.numpy.arithmetic namespace.