#include "nldbl-compat.h"

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