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

9 lines
95 B
C

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