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

9 lines
95 B
C

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