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 :')
1 Like
You want to use Mod
, it returns the remainder between two values.
2 Likes
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!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.