I know there are similar questions about passing functions into functions, but I’m not clear on the effective solution for my particular problem. The following function works but the formula is static. It only works on a fixed function, namely (in mathy pseudocode) f(a) = 3^a mod 17 = b where f(11) = 7 I want to make a user