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

9 lines
91 B
C

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