I would like to calculate an expression including exponential.
But when I try to evaluate an expression like :
exp(-1.0e3)
I get an error message saying :
"floating point value too small to represent"
How can I avoid this?
I just want to get 0.0 when value is too small to represent.