blob: 1c353a6e6b3f3a7fc1c3fb00c2508dead2cc598f [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
cbrtl (double x)
{
return cbrt (x);
}