I need to express and use the following equation in Python code. However, I am getting an OverflowError when I substitute X = 340.15
in:
Y = [e^(-989)] * (X^171)
I did a quick search on Google but was unable to find out how to get the equation running.