exp() for very small numbers.

Hi, 
When I use exp() on a number less than 1e-6, I get a 1. Is there any way to avoid this? 

Thanks, 

Kumar

They are not the same:

0.000001 < abs 1f - exp 1e-6

1b

Check display precision

\P 6

Kim

Sent from my iPhone