glibc/sysdeps/unix/sysv/linux/s390/s390-64
Joseph Myers 55eb99e9a9 Implement C23 log10p1
C23 adds various <math.h> function families originally defined in TS
18661-4.  Add the log10p1 functions (log10(1+x): like log1p, but for
base-10 logarithms).

This is directly analogous to the log2p1 implementation (except that
whereas log2p1 has a smaller underflow range than log1p, log10p1 has a
larger underflow range).  The test inputs are copied from those for
log1p and log2p1, plus a few more inputs in that wider underflow
range.

Tested for x86_64 and x86, and with build-many-glibcs.py.
2024-06-17 13:48:13 +00:00
..
Implies
Makefile
Versions
____longjmp_chk.c
__makecontext_ret.S
arch-syscall.h
c++-types.data
clone.S
clone3.S
configure
configure.ac
dl-cache.h
getcontext.S
ld.abilist
libBrokenLocale.abilist
libanl.abilist
libc.abilist
libc_malloc_debug.abilist
libdl.abilist
libm.abilist Implement C23 log10p1 2024-06-17 13:48:13 +00:00
libnsl.abilist
libpthread.abilist
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
makecontext.c
pointer_guard.h
setcontext.S
shlib-versions
single-thread.h
swapcontext.S
syscall.S
sysdep.S
sysdep.h
timer_t_was_int_compat.h
vfork.S