math: expf.c cleanup
authorSzabolcs Nagy <nsz@port70.net>
Sun, 18 Nov 2012 02:42:09 +0000 (03:42 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 18 Nov 2012 02:42:09 +0000 (03:42 +0100)
commitab1772c597ba8fe0c26400256b12d7a4df23880e
treeaa9e9df0cb237e2fdf3847300b9fc6b9547fc240
parent159c7655d06f04aa56a57385d633699c4c63d72c
math: expf.c cleanup

similar to exp.c cleanup: use scalbnf, don't return excess precision,
drop some optimizatoins.
exp.c was changed to be more consistent with expf.c code.
src/math/exp.c
src/math/expf.c