Skip to main content
Ctrl+K

jax.lax.cos#

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

Elementwise cosine: \(\mathrm{cos}(x)\).

Parameters:

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

Return type:

Array

previous

jax.lax.conv_with_general_padding

next

jax.lax.cosh