jax.lax.sin

Warning

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

jax.lax.sin¶

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

Elementwise sine: \(\mathrm{sin}(x)\).

Parameters

x (Any) –

Return type

Any