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

9 lines
97 B
C

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