math: exp.c clean up
authorSzabolcs Nagy <nsz@port70.net>
Sat, 17 Nov 2012 22:22:41 +0000 (23:22 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 17 Nov 2012 22:22:41 +0000 (23:22 +0100)
overflow and underflow was incorrect when the result was not stored.
an optimization for the 0.5*ln2 < |x| < 1.5*ln2 domain was removed.
did various cleanups around static constants and made the comments
consistent with the code.


No differences found