Is there a way to find a modular partern in which 0 doesn't exist.
For eg : mod(x,6) 012345012345.... I'd like : 1234512345....
I need it for a rotation in a list but I cant use 0
Thanks !
Is there a way to find a modular partern in which 0 doesn't exist.
For eg : mod(x,6) 012345012345.... I'd like : 1234512345....
I need it for a rotation in a list but I cant use 0
Thanks !