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

9 lines
89 B
C

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