Re Function

Returns the real component of a complex number


Description

The function \(Re\) returns the real component of a complex number.

For a complex number \(a + bi \), the function \(Re \) returns the value of \(a \).


Syntax

Re (xi)

Example

Re(4+5i)= 4