cbrt function

VARP cbrt(
  1. VARP x
)

Implementation

VARP cbrt(VARP x) => power(x, F.scalar(1.0 / 3.0, dtype: x.dtype));