2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-cbrt.c
blob1c353a6e6b3f3a7fc1c3fb00c2508dead2cc598f
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 cbrtl (double x)
7 return cbrt (x);