commit | e7111cfb93a073227a360f219ef3e395cb99f55d | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Mon Dec 12 12:52:49 2016 -0800 |
committer | Hans Boehm <hboehm@google.com> | Mon Dec 12 12:52:49 2016 -0800 |
tree | 868968d0d6fc057eacba72dd5365522317ab6dd3 | |
parent | 12874e3825748487770c5ab4d45f7ef23a0df4e3 [diff] |
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