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

double
attribute_hidden
pow10l (double x)
{
  return pow10 (x);
}