aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-exp2m1.c
blob: 2bc6066e0c2af4dcb66eebdf78897c0150f3dab5 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
exp2m1l (double x)
{
  return exp2m1 (x);
}