Skip to main content
Ctrl+K

jax.lax.ceil#

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

Elementwise ceiling: \(\left\lceil x \right\rceil\).

Parameters:

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

Return type:

Array

previous

jax.lax.cbrt

next

jax.lax.clamp