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

double
attribute_hidden
exp10m1l (double x)
{
  return exp10m1 (x);
}