Add special case for exp(1) evaluation.

Bug: 33539849

By returning a fixed value, we avoid redundant computation, and can
recognize that e.g. e - exp(1) is exactly zero.

Change-Id: Ibf8b84092ad844fa3d6b2818395c2da437fec9c8
1 file changed