glibc/sysdeps/ieee754/ldbl-opt/nldbl-log10p1.c

9 lines
97 B
C

#include "nldbl-compat.h"
double
attribute_hidden
log10p1l (double x)
{
return log10p1 (x);
}