I found a similar question asked about a decade ago in the English stack exchange, but there were no definitive answers, so I hope this is ok to ask here, where people may have more relevant experience.
When writing, what is the correct verb form for a modulo function?
For example: "function f(x) takes a logarithm of base 5, multiplies by 2, adds 3, subtracts 5, and.... modulos by 9(???)"; or "we then modulo 10 by 5"
The best I can come up with is "performs a modulo function with quotient 9", but I don't know if that's correct, and it sounds like there should be a simpler word or phrase.