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

double
attribute_hidden
log10p1l (double x)
{
  return log10p1 (x);
}