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) |
|
The dividend of (A / B) |
|
B (b) |
|
The divisor of (A / B) |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Result (result) |
|
The floating point remainder of A / B |