Skip to main content
Ctrl+K

jax.lax.div#

jax.lax.div(x, y)[source]#

Elementwise division: \(x \over y\).

Integer division overflow (division by zero or signed division of INT_SMIN with -1) produces an implementation defined value.

Parameters:
  • x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

  • y (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.digamma

next

jax.lax.dot