jax.lax.cbrt

Contents

jax.lax.cbrt#

jax.lax.cbrt(x)[source]#

Elementwise cube root: \(\sqrt[3]{x}\).

Parameters:

x (jax.typing.ArrayLike)

Return type:

Array