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

double
attribute_hidden
log10l (double x)
{
  return log10 (x);
}