add exp10() from glibc
commit12a85731dc5fda3bc01ab19c82678b3bf122d794
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 30 Jan 2016 09:36:17 +0000 (30 10:36 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 30 Jan 2016 15:06:59 +0000 (30 16:06 +0100)
tree36f8efa23c1847a07301e9a67f16e7050ba370cd
parente6acefa2ddd445e7e13aa89ced6d184a08ad8da6
add exp10() from glibc

Some software make use of exp10, so add it.
Basic testing with LTP.

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
libc/sysdeps/linux/common/bits/mathcalls.h
libm/Makefile.in
libm/e_exp10.c [new file with mode: 0644]
libm/math_private.h