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

9 lines
89 B
C

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