jax.lax.cbrt¶

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

Elementwise cube root: \(\cbrt{x}\).

Parameters

x (Any) –

Return type

Any