IMEXP(number)
=IMEXP(2)
The function can be used to calculate the exponential of a number. For example, this formula returns the exponential of 2.
IMEXP("1-2i")
The function can also be used to calculate the exponential of a complex number. For example, this formula returns the exponential of 1-2i.
IMEXP(A3)
The function can also be used to calculate the exponential of a value in a cell, and returns the exponential of the value in A3.
IMEXP(COMPLEX(1,-1))
The function can also be used in combination with the other functions to calculate the exponential of complex numbers, and returns the complex number 1-i.
The IMEXP function is a mathematical calculation used to find the exponential of a complex number, which should be formatted as x + yi or x + yj.