IMEXP Function in Google Sheets

Compute the exponential of a complex number using the IMEXP function.

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

  1. 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ā€).
  • IMLOG: Compute the logarithm of a complex number.
  • IMPOWER: Raise a complex number to a power.