I get an Overflow error when i try this calculation,
output=math.exp(1391.12694245)*100
i know this happens because that the number used is 'outside the range of a double'. but is there any way for solving this and getting the value of output. Can someone please help?