IMEXP Function
The IMEXP function in Google Sheets returns the exponential of a complex number.
Syntax
IMEXP(exponent)
exponent
: The complex number for which you want to compute the exponential.
Examples
- Basic Exponential Calculation
Compute the exponential of the complex number 1+2i:
=IMEXP("1+2i")
This will output -1.131-2.471i.
Notes
- The complex number should be in text format (e.g., ā1+2iā).