Skip to main content
Ctrl+K

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

previous

jax.lax.real

next

jax.lax.reduce