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

double
attribute_hidden
cbrtl (double x)
{
  return cbrt (x);
}