jax.lax.real# jax.lax.real(x)[source]# Elementwise extract real part: \(\mathrm{Re}(x)\). Returns the real part of a complex number. Parameters: x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – Return type: Array