jax.lax.imag

Warning

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

jax.lax.imag¶

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

Elementwise extract imaginary part: \(\mathrm{Im}(x)\).

Returns the imaginary part of a complex number.

Parameters

x (Any) –

Return type

Any