about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-log10.c
blob: 1477866dc617b885a53d7dac64a588a0617e4636 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

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