cbrt
#define cbrt(x) __tg_simple(x, cbrt)
double cbrt(double);
__weak_reference(cbrt, cbrtl);
TGMACRO_REAL(cbrt)
PASS_REAL_ARG_REAL_RET(cbrt));