jax.lax.cos

Warning

This page was created from a pull request (#9655).

jax.lax.cos¶

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

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

Parameters

x (Any) –

Return type

Any