jax.lax.reciprocal# jax.lax.reciprocal(x)[source]# Elementwise reciprocal: \(1 \over x\). Parameters: x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – Return type: Array