Float Remainder

Computes the floating point remainder of A / B. If B is zero, the result is zero. The returned value has the same sign as A

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

A (a)

decimals

The dividend of (A / B)

B (b)

decimals

The divisor of (A / B)

Outputs

Name

Type

Description

Default

Result (result)

decimals

The floating point remainder of A / B