Further to my previously question that has helpfully answered, a new related question is:
How can I 'append' a user inputted transcendental function onto a math. prefix (math.user_fn) that python can than work with in the usual manner? Sorry being beginner, I'm not sure of the precise terminology I shot be using, but I think I'm asking how to change object type in this case? e.g.
v1 = input("Type a transcendental function e.g. 'sin' or 'exp': ")
so that I can then compute something like:
math.v1(2.3)