[Help] How can I get calc Mod?

Hello all,

I need to get the modulus from a division. Normally this is achieved by something like (x%3)…
Using the % operator it seems to work fine in Facer Creator… but on my smartwatch it just don’t work.

Even in the Facer app preview I can see there is already errors in this expression.
Any ideas?

Thank you =]
CoolDroid

Here you have my formula for (x%y)
(x-((floor(x/y))*y))

2 Likes

thank you Mellin!!
have a great day!

1 Like

Been fighting to make a cog animation work. This is what I needed.