I am doing coding in python and fortran77. In both languages when I try to use exponential function (exp(x):where x is a real number). It returns 0 or infinity for the larger or smaller values of x, such that for exp(10**(-9)) or exp(10**(9)). What will be the solution for that in order to compute it in programming as larger or smaller values will be used in coding?

More Navneet Kaur's questions See All
Similar questions and discussions