Returns Euler's number, e (~2.718) raised to a complex power. Learn more.
In Google Sheets, IMEXP is a mathematical function used to calculate the exponential of a given complex number.
The syntax for using the IMEXP function is as follows:
=IMEXP(exponent)
where "exponent" is the complex number for which you want to calculate the exponential.
The result returned by the IMEXP function is a complex number, which represents the exponential of the given complex number. This is calculated using the formula:
e^exponent
where "e" is the mathematical constant approximately equal to 2.71828.