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

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