blob: 821b8f5c39f06af972b66d8a3cce3f5b73ad65e5 [file]
#undef exp10l
#include <math.h>
long double
exp10l (long double x)
{
return powl (10.0L, x);
}