Verse doesn't have an expression for the remainder?

Sorry for the basic question, but…
Verse doesn’t have an expression for the remainder?

Lul I guess it doesn’t, but you could use something like Abs((X / Y) - Quotient[X, Y]) instead

See other answer below :')

You want to use Mod, it returns the remainder between two values.

Thanks for telling me!
I will try to use the mod function right away!

Thanks for telling me!
The formula you wrote was very helpful!