primitive_root (217B)
1 # Primitive root 2 3 Given a [word] v, returns the shortest [word] u such that v = u^k for some k 4 5 Note that u is then a [primitive_word] 6 7 [primitive_root_computing] 8 9 Up: [operation] on [words] 10 11 Aliases: primitive roots