Remainder of the division

Please, officially add remainder of the division operator - “%”.
It’s not in the Math Expressions of Facer Creator Documentation, so I don’t know if it can be used.

2 Likes

In the meantime, try this:
x % y = x - (y * floor(x / y))

I am, I just want an official info, that % works.

Same issue discussed here:


It does appear to work on Facer Creator, preview on my phone, and on my watches (Gear Sports x2),