Math FMOD Circular

Float modulo but the output value is always positive in the range [0..B].

    Out = A - B*trunc(A/B)
    if Out <0 then Out = Out + B

Settings

a

First entry value.

b

Second entry value.

out

Result.

See also

version 6.0.240115

Edit All Pages